function flashmapURL(zielURL) {
	window.open(zielURL, 'NewWindow','status=1,location=1,menubar=1,=yes,scrollbars=yes,resizable=yes,width=820,height=620');
}


function flashmapFORM(eMail,ortKontaktName,ortName,OrtBereich){
        var ema=eMail;
        var ahname=ortKontaktName;
        ahname=encodeURIComponent(ahname);
        var ahstadt=ortName;
        ahstadt=encodeURI(ahstadt);
        var bereich = OrtBereich;
        var pfbURL="http://www.ssangyong.de/mail/pfbuchung.php?k=1&track=none&cotype=pfb&ema="+eMail+"&ahname="+ahname+"&ahstadt="+ahstadt+"&section="+OrtBereich;

        window.open(pfbURL,'NewWindow','scrollbars=yes,resizable=no,width=560,height=660');
}

function flashmapEMAIL(eMail,ortKontaktName,ortName){
        var ema=eMail;
        var ahname=ortKontaktName;
        ahname=encodeURIComponent(ahname);
        var ahstadt=ortName;
        ahstadt=encodeURI(ahstadt);
        var pfbURL="http://www.ssangyong.de/mail/pfbuchung.php?k=1&cotype=mail&ema="+eMail+"&ahname="+ahname+"&ahstadt="+ahstadt;
        window.open(pfbURL,'NewWindow','scrollbars=yes,resizable=no,width=560,height=600');
}

function standortsucheDeepLink(deepLink){         
               top.location.href="index.php?id=39&deepL="+deepLink; 	
}


  function XMLPLAIN(){
        var pfbURL="http://www.ssangyong.de/xmlplain.php";
        window.open(pfbURL,'NewWindow','scrollbars=yes,resizable=no,width=620,height=600');
  }
