<!--
function openWin() {
myWin=window.open("offer_of_the_month-de.html", "", "status=yes,toolbar=no,menubar=no width=300,height=350")
closeIt()
}
function closeIt() {
if (!myWin.closed)
setTimeout ("myWin.self.close()",20000)
}//-->


