function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function openit(url,refername,language){
	window.open('/popup/popup.php?poptitle='+refername+'&inc=/'+language+'/customers/refhtm/'+url,'Popup','menubar=0,locationbar=0,status=0,scrollbars=0,resizable=0,width=680,height=580');
}

function openlink(url,zwei,drei){
	window.open(url,zwei,drei);
}

var popupwindow1;
function popupImage1() {
	popupwindow1 = open('about:blank', '', 'width=720,height=548,resizable=no');
	popupwindow1.document.write('<html><head><meta http-equiv="content-type"><title></title></head><body style="margin: 0; padding: 0; background-color: white;"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="720" height="540"><param name="scale" value="exactfit" /><param name="movie" value="http://www.deliverywatch.com/mediadb/psfile/popimage/64/guidedtour4328186589a90.swf" /><param name="quality" value="best" /><param name="play" value="true" /><param name="wmode" value="transparent" /><embed src="http://www.deliverywatch.com/mediadb/psfile/popimage/64/guidedtour4328186589a90.swf" type="application/x-shockwave-flash" width="720" height="540" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="best" play="true" scale="exactfit" wmode="transparent" /></object></body></html>');
}

function popupImage2(name,width,height) {
	popupwindow2 = open('about:blank', '', 'width='+width+',height='+height+',resizable=no');
	popupwindow2.document.write('<html><head><meta http-equiv="content-type"><title>Emarsys</title></head><body style="margin: 0; padding: 0; background-color: white;"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td align="center" valign="top"><img src="img/'+name+'" width="'+width+'" height="'+height+'" vspace="0" hspace="0" border="0"></td></tr></table></body></html>');
}

function switchlang() {
	document.langform.submit()
}
