function getURLParam (strParamName){
  var strReturn = "";
  var strHref = window.location.href;
  var bFound=false;
  
  var cmpstring = strParamName + "=";
  var cmplen = cmpstring.length;

  if ( strHref.indexOf("?") > -1 ){
  	var strQueryString = strHref.substr(strHref.indexOf("?")+1);
  	var aQueryString = strQueryString.split("&");
  	for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){
  	  if (aQueryString[iParam].substr(0,cmplen)==cmpstring){
  		var aParam = aQueryString[iParam].split("=");
  		strReturn = aParam[1];
  		bFound=true;
  		break;
  	  }
  	}
  }
  if (bFound==false) return null;
  return strReturn;
}



//Auswahlseite
function openNewUrlWindow(plain,lan){
  posX = 0;
  posY = 0;
  satWidth= document.all ?  screen.availWidth : screen.availWidth;
  satHeight= (document.all ?  screen.availHeight : screen.availHeight)-54;
  
eval("sff = open('/site/index.php?shopID="+plain+"&L="+lan+"', 'steiff', 'toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "');");
if(sff){sff.focus();}
 
 }


function openKonfiguratorWindow(plain){
  posX = (screen.availWidth/2)-500;
  posY = (screen.availHeight/2)-400;
  satWidth= 1000;
  satHeight= 700;
  eval("steiffkonfigurator = open('/fileadmin/extern/configurator/"+plain+"', 'steiffpopup', 'toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "');");
  if(steiffkonfigurator){steiffkonfigurator.focus();}
 }


function openLagerfeldWindow(plain){
  posX = (screen.availWidth/2)-512;
  posY = (screen.availHeight/2)-384;
  satWidth= 1024;
  satHeight= 768;
  eval("steifflagerfeld = open('/site/SWF/lagerfeld/"+plain+"', 'steiffpopup', 'toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "');");
  if(steifflagerfeld){steifflagerfeld.focus();}
 }


function openLagerfeldWindowDe(){
  posX = (screen.availWidth/2)-512;
  posY = (screen.availHeight/2)-384;
  satWidth= 1024;
  satHeight= 768;
  eval("steifflagerfeld = open('/site/SWF/lagerfeld/index.php', 'steiffpopup', 'toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "');");
  if(steifflagerfeld){steifflagerfeld.focus();}
 }


function openLagerfeldWindowEn(){
  posX = (screen.availWidth/2)-512;
  posY = (screen.availHeight/2)-384;
  satWidth= 1024;
  satHeight= 768;
  eval("steifflagerfeld = open('/site/SWF/lagerfeld/index.php?L=4', 'steiffpopup', 'toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "');");
//  if(steifflagerfeld){steifflagerfeld.focus();}
}


function openSelectionDe(){
  posX = 0;
  posY = 0;
  satWidth= screen.availWidth;
  satHeight= screen.availHeight;
  
  //alert("test");
  eval("steiffselection = open('/site/selection.html', 'steiffpopup', 'toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "');");
//  if(steiffselection){steiffselection.focus();}
 }


function openSelectionEn(){
  posX = (screen.availWidth/2)-512;
  posY = (screen.availHeight/2)-384;
  satWidth= 1024;
  satHeight= 768;
  eval("steiffselection = open('/site/selection.html', 'steiffpopup', 'toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "');");
//  if(steiffselection){steiffselection.focus();}
}
 
 
 function loadShopLocator(){
	  posX = 0;
	  posY = 0;
	  satWidth= document.all ?  screen.availWidth : screen.availWidth;
	  satHeight= (document.all ?  screen.availHeight : screen.availHeight)-54;
	  
	 var language;
	 if(getURLParam("L")){
		 language = getURLParam("L");
	 } else {
		 language = 0;
	 }

	 var properties = "toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "";
	 if (window.opener != null && !window.opener.closed){
	 	if(opener.location.href.indexOf("shopID=59") == -1){
	 		opener.location.href = "/site/index.php?&shopID=59&L="+language;
	 	}
	 	window.close();
	 } else {
	 	window.open("http://www.steiff.de/site/index.php?&shopID=59&L="+language, "popup", properties);
	 	window.close();
	 }  
 }
 
 
 function loadImprint(){
	  posX = 0;
	  posY = 0;
	  satWidth= document.all ?  screen.availWidth : screen.availWidth;
	  satHeight= (document.all ?  screen.availHeight : screen.availHeight)-54;
	  
	 var language;
	 if(getURLParam("L")){
		 language = getURLParam("L");
	 } else {
		 language = 0;
	 }
	 var properties = "toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "";
	 if (window.opener != null && !window.opener.closed){
	 	if(opener.location.href.indexOf("shopID=8100") == -1){
	 		opener.location.href = "/site/index.php?&shopID=8100&L="+language;
	 	}
	 	window.close();
	 } else {
	 	window.open("http://www.steiff.de/site/index.php?&shopID=8100&L="+language, "popup", properties);
	 	window.close();
	 }  
 }
  

 function closeWindow(){
	  posX = 0;
	  posY = 0;
	  satWidth= document.all ?  screen.availWidth : screen.availWidth;
	  satHeight= (document.all ?  screen.availHeight : screen.availHeight)-54;
	  
	 var language;
	 if(getURLParam("L")){
		 language = getURLParam("L");
	 } else {
		 language = 0;
	 }
	 var properties = "toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "";
	 if (window.opener != null && !window.opener.closed){
	 	if(opener.location.href.indexOf("shopID=1000") == -1){
	 		opener.location.href = "/site/index.php?&shopID=1000&L="+language;
	 	}
	 	window.close();
	 } else {
	 	window.open("http://www.steiff.de/site/index.php?&shopID=1000&L="+language, "popup", properties);
	 	window.close();
	 }  
 }
 
 function loadSelection(){
	  posX = 0;
	  posY = 0;
	  satWidth= document.all ?  screen.availWidth : screen.availWidth;
	  satHeight= (document.all ?  screen.availHeight : screen.availHeight)-54;
	  
	 var language;
	 if(getURLParam("L")){
		 language = getURLParam("L");
	 } else {
		 language = 0;
	 }
	 var properties = "toolbar=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "";
	 if (window.opener != null && !window.opener.closed){
	 	//if(opener.location.href.indexOf("shopID=1000") == -1){
	 		opener.location.href = "/redirect.php?id=selection";
	 	//}
	 	window.close();
	 } else {
	 	window.open("/redirect.php?id=selection", "popup", properties);
	 	window.close();
	 }  
 }
 
 
