function openImageWindow(url,width,height){
	strProperties="top=100,left=100,directories=no,height=" + height + ",width=" + width + ",toolbar=no,scrollbars=no,resizable=no,location=no,menubar=no";
	window.open(url,"ImageDetail",strProperties);
}

function openPrintWindow(url){
	strProperties = "width=600,height=600,scrollbars=yes,menubar=yes,resizable";
	window.open(url, "Print", strProperties);
}

function setTitle(prodName){
	strTitle = (document.title) + " - Products - Print";
	document.title = strTitle;
}

function pm_Go_de()
{
 vormals = document.URL;
 var neu = /\/gb\//i;
 jetzt = vormals.replace(neu,"\/de\/");
 document.location.href = jetzt;
}

function pm_Go(x)
{
 if(x == "nothing")
 {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else if(x == "end") top.location.href = parent.frames[1].location;
 else
  {
   document.location.href = x;
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
  }
} // pm_Go(x)

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

