function popupWindow2(url) {                window.open(url,'popupWindow2','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=715,height=400')
                }

function popupWindow3(url) {                window.open(url,'popupWindow3','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=520,height=395')
                }

function popupWindow4(url) {                window.open(url,'popupWindow4','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=313,height=630')
                }

function popupWindow5(url) {                window.open(url,'popupWindow5','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=435,height=510')
                }

function popupWindow6(url) {                window.open(url,'popupWindow6','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=460,height=560')
                }

function popupWindow7(url) {                window.open(url,'popupWindow6','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=400,height=300')
                }
                
function rand() {
	var links = new Array();
	links[1] = "http://www.lingen-koeln.de/product_info.php?cPath=14&products_id=374";
	links[2] = "http://www.lingen-koeln.de/product_info.php?cPath=14&products_id=373";
	links[3] = "http://www.lingen-koeln.de/product_info.php?cPath=14&products_id=370";
	
	var zahl = Math.random() * 3;
	 document.write('<a href="'+links[Math.ceil(zahl)]+'"><img src="images/startseite/muttertag08_'+Math.ceil(zahl)+'.jpg" border="0"></a><br>');
	 document.write('<a href="http://www.lingen-koeln.de/index.php?cPath=14"><img src="images/startseite/weiteremuttertag.gif" border="0"></a>');
	}

function fragegewinn() {
  window.open('http://www.lingoli.de/fragegewinn09.php','frage','width=520, height=600px, scrollbars=yes');
}

function schliessen() {
    document.getElementById("mj").style.display="none";
}
