










function launch_anz_calc() {

	newWin=window.open("/onlinekalkulation/anzeigen_calculator.html","kalkulator","status=yes,toolbar=no,scrollbars=no,resizable=yes,width=510,height=432,top=40,left=0")
} 







function launch_blg_calc() {
	newWin1=window.open("/onlinekalkulation/beilagen_calculator.html","beilagen","status=yes,toolbar=no,scrollbars=no,resizable=yes,width=510,height=432,top=60,left=20")
} 











function launch_kleinanzeigen() {
	newWin=window.open(vthis_ssl_server + "kleinanzeigen.html","kleinanzeigen","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=590,top=40,left=0")
} 











function launch_2006_mela_aktion() {
	newWin=window.open("/aktionen/mela_popup.html","mela_pinnwand","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=1000,height=768,top=40,left=0")
} 

function launch_2006_hochzeit_aktion() {
	newWin=window.open("/aktionen/hochzeit_popup.html","hochzeit","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=810,height=590,top=40,left=0")
} 

function launch_2007_internet_surfer_aktion() {
	newWin=window.open("http://www.blitzschnell.filiago.de","filiago","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=660,height=660,top=40,left=40")
} 

function launch_2007_mela_aktion() {
	newWin=window.open("/aktionen/mela_popup_2007.html","mela_pinnwand","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=1000,height=768,top=40,left=0")
} 

function launch_2007_hochzeit_aktion() {
	newWin=window.open("/aktionen/hochzeit_07_popup.html","hochzeit","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=810,height=590,top=40,left=0")
} 

function launch_2007_spielzeugboerse_aktion() {
	newWin=window.open("/aktionen/popup_spielzeugboerse_2007.html","aktionswand","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=1000,height=768,top=40,left=0")
} 

function launch_2008_mela_aktion() {
	newWin=window.open("/aktionen/mela_popup_2008.html","mela_pinnwand","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=1000,height=768,top=40,left=0")
} 

function launch_2008_hochzeit_aktion() {
	newWin=window.open("/aktionen/hochzeit_08_popup.html","hochzeit","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=810,height=590,top=40,left=0")
} 

function launch_2009_mela_aktion() {
	newWin=window.open("http://www.blitzverlag.de/aktionen/mela_popup_2009.html","mela_pinnwand","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=1000,height=768,top=40,left=0")
} 


function launch_2009_hochzeit_aktion() {
	newWin=window.open("/aktionen/hochzeit_09_popup.html","hochzeit","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=810,height=590,top=40,left=0")
} 

function launch_2010_mela_aktion() {
	newWin=window.open("http://www.blitzverlag.de/aktionen/mela_popup_2010.html","mela_pinnwand","status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=1000,height=768,top=40,left=0")
} 

<!--



// Script by JAKOTA Design Group &copy; '97-2003







var vthis_server = "http://www.blitzverlag.de";







// FUNCTIONS START HERE







function hilite_mo(num,imgname) {



	if(document.images) {



		imgname.src = im[num].src;



	}



}







function hilite_felix(imgname, imgsrc) {



	if(document.images) {



		imgname.src = imgsrc;



	}



}



	



//Highlight form element- 



// use in forms like <FORM onClick="highlight(event)">







var highlightcolor="#EFD9C2"



var normalcolor="#efefef"



var ns6=document.getElementById&&!document.all



var previous=''



var eventobj







//Regular expression to highlight only form elements



var intended=/INPUT|TEXTAREA|SELECT|OPTION/







//Function to check whether element clicked is form element



function checkel(which){



	if (which.style&&intended.test(which.tagName)){



		if (ns6&&eventobj.nodeType==3)	eventobj=eventobj.parentNode.parentNode



		return true



	} else	return false



}  // end function







//Function to highlight form element



function highlight(e){



	eventobj=ns6? e.target : event.srcElement



	if (previous!=''){



		if (checkel(previous))



			previous.style.backgroundColor=normalcolor



			previous=eventobj



		if (checkel(eventobj))



			eventobj.style.backgroundColor=highlightcolor



	} else {



	if (checkel(eventobj))  eventobj.style.backgroundColor=highlightcolor



	previous=eventobj



	}



}  // end function











    // -->







// einfaerben der cellen ermoeglichen in unuebersichtlichen tabellen







browserName = navigator.appName;



browserVer = parseInt(navigator.appVersion);



if (browserName == "Explorer" && browserVer >= 4) {



	version = "Rollbover";



} else {



	version="noRollobver";



	if (version == "Rdollover") {



		function over(src,color){



			if (!src.contains(event.fromElement)) { 



				//src.style.cursor = 'hand'; 



                src.bgColor = color;



			}



		}



		function out(src, color) { 



			if (!src.contains(event.toElement)) {



				//src.style.cursor = 'default'; 



                src.bgColor = color;



			}



		}



		function clicked(src) {



 		if(event.srcElement.tagName=="td") {



				src.children.tags('A')[0].click();



			}



		}



	}



}












