function PenStyler(){
	var xx = 635; var yy = 422;
	var scrm_x = window.screen.width/2-xx/2;
	var scrm_y = window.screen.height/2-yy/2;

	Penstyler = window.open('http://www.stabilo.com/specials-gb/04-05-penstyler/ps_start.php','STABILO_Penstyler','width='+xx+',height='+yy+',left='+scrm_x+',top='+scrm_y+',resizable=no,scrollbars=no');
	Penstyler.focus();
}

function EcardDesigner(){
	var xx = 537; var yy = 586;
	var scrm_x = window.screen.width/2-xx/2;
	var scrm_y = window.screen.height/2-yy/2;
	Stabilonw = window.open("http://www.stabilo.com/specials-gb/02-11-ecard/ecarddesigner.php","STABILO_COM_ECD","width="+xx+",height="+yy+",left="+scrm_x+",top="+scrm_y+",resizable=no,scrollbars=no");
	Stabilonw.focus();
}

function Swanoland(){
	var xx = 724; var yy = 500;
	var scrm_x = window.screen.width/2-xx/2;
	var scrm_y = window.screen.height/2-yy/2;
	Stabilocoloring = window.open("http://www.stabilo.com/coloring/coloring_gb.php","STABILO_DE_COLORING","width="+xx+",height="+yy+",left="+scrm_x+",top="+scrm_y+",resizable=yes,scrollbars=no");
	Stabilocoloring.focus();
}

function openPopupConcours(sUrl){
	var timestamp = new Date();
	var popup = window.open(sUrl+'#'+timestamp.getTime(), 'popup','width=792,height=416,menubar=no,toolbar=no,location=no,directories=no,personalbar=no,status=no,resizable=no,scrollbars=no,dependant=yes');
	popup.focus();
}

function openPopupConcoursNl()
{
    openPopupConcours('http://www.stabilo.be/html/acceuil_concours_nl.php');
}

function openPopupDealer(sUrl)
{
      var popup = window.open(sUrl, 'popup','width=931,height=426,menubar=no,toolbar=no,location=no,directories=no,personalbar=no,status=no,resizable=yes,scrollbars=yes,dependant=yes');
      popup.focus();
}

function openPopupDealerNl()
{
    openPopupDealer('http://www.stabilo.be/html/dealers/dealer-nl.php');
}


