<!--#include virtual="/cinc/ipconstants.asp"-->
<!--	
	function detectSP2() {	
	// Thank you, Microsoft for your lousy Service Pack 2, which ignores 'status=no' property
	// So now I have to detect if SP2 is installed, and if it is, increase the height
	// of the window to compensate for the frickin' status bar, which appears
	// whether I like it or not (and I do NOT like it, for the record, not that MS cares).
	
	var g_fIsSP2 = false;
	
  		g_fIsSP2 = (window.navigator.userAgent.indexOf("SV1") != -1);
		//alert(g_fIsSP2);
  	if (g_fIsSP2){
      //This browser is Internet Explorer in SP2. 
	  h = parseInt(h);	  
	  h = h + 22;  // the approximate height of the status bar.
	}
  else{
      //This browser is not Internet Explorer in SP2.
	  h = parseInt(h);	  
	  h = h + 0;
	  }
	}
	
/***********
	function mieUWHLT()  --for use on miele.com for opening feature/benefit windows
***********/
function mieUWHLT(url,width,height,left,top) {
	
	w= width;
	h= height;		
	l = left;
	t = top;	
	spTest = detectSP2();
	//ww = detectSP2();
	//wh = detectSP2();
	myNewWin=window.open(url,"mieWindow","resizable=no,menubar=no,location=no,toolbar=no,scrollbars=no,status=no,directories=no");if(window.focus){myNewWin.focus();};	
	
	myNewWin.resizeTo(w,h);	
	myNewWin.moveTo(l,t);	
	 
	
	myIP = "";
	theUrl = "";	
	w= "";
	h= "";
	l = "";
	t = "";
	
	//mieUWHLTresize(ww,wh)
	}

/***********
for mielevacuums.com use function vacUWHLT for opening new windows
***********/
function vacUWHLT(url,width,height,left,top) {
	w= width;
	h= height;		
	l = left;
	t = top;	
	spTest = detectSP2();
	
	myNewWin=window.open(url,"vacWindow","resizable=no,menubar=no,location=no,toolbar=no,scrollbars=no,status=no,directories=no");if(window.focus){myNewWin.focus();};	
	
	myNewWin.resizeTo(w,h);	
	myNewWin.moveTo(l,t);	
	
	myIP = "";
	theUrl = "";	
	w= "";
	h= "";
	l = "";
	t = "";
	}
	/*********
	for steamoven.com
	********/
	
function steUWHLT(url,width,height,left,top) {
	w= width;
	h= height;		
	l = left;
	t = top;	
	
	myNewWin=window.open(url,"steWindow","resizable=no,menubar=no,location=no,toolbar=no,scrollbars=no,status=no,directories=no");if(window.focus){myNewWin.focus();};	
	
	myNewWin.resizeTo(w,h);	
	myNewWin.moveTo(l,t);	
	
	myIP = "";
	theUrl = "";	
	w= "";
	h= "";
	l = "";
	t = "";
	}
//-->

/*****************************************
	FOR MVD.COM IMAGE LIBRARY GALLERIES
	
*****************************************/
function mvdUWHLT(url,width,height,left,top) {
	w= width;
	h= height;		
	l = left;
	t = top;	
	
	

myNewWin=window.open(url,"vacWindow","resizable=no,menubar=no,location=no,toolbar=no,scrollbars=no,status=no,directories=no");if(window.focus){myNewWin.focus();};	
	
	myNewWin.resizeTo(w,h);	
	myNewWin.moveTo(l,t);	
	
	myIP = "";
	theUrl = "";	
	w= "";
	h= "";
	l = "";
	t = "";
	}
	
/***********
for miele.com use function mieScrollUWHLT for opening new windows
***********/

function mieScrollUWHLT(url,width,height,left,top) {
	
	w= width;
	h= height;		
	l = left;
	t = top;	
	spTest = detectSP2();
	
	myNewWin=window.open(url,"mieScrollWindow","resizable=no,menubar=no,location=no,toolbar=no,scrollbars=yes,status=yes,directories=no");if(window.focus){myNewWin.focus();};	
	
	myNewWin.resizeTo(w,h);	
	myNewWin.moveTo(l,t);	
	
	myIP = "";
	theUrl = "";	
	w= "";
	h= "";
	l = "";
	t = "";
	}
	
/***********

***********/

function fullUWHLT(url,width,height,left,top) {
	w= width;
	h= height;		
	l = left;
	t = top;	
	
	myNewWin=window.open(url,"fullWindow","resizable=yes,menubar=no,location=no,toolbar=no,scrollbars=yes,status=yes,directories=no,fullscreen=no");if(window.focus){myNewWin.focus();};	
	
	myNewWin.resizeTo(w,h);	
	myNewWin.moveTo(l,t);	
	
	myIP = "";
	theUrl = "";	
	w= "";
	h= "";
	l = "";
	t = "";
	}
	
	
/***********

***********/
function imageUWHLT(url,width,height,left,top) {
	w= width;
	h= height;		
	l = left;
	t = top;	
	
	myNewWin=window.open(url,"imageWindow","resizable=yes,menubar=no,location=no,toolbar=no,scrollbars=yes,status=no,directories=no,fullscreen=no");if(window.focus){myNewWin.focus();};	
	
	myNewWin.resizeTo(w,h);	
	myNewWin.moveTo(l,t);	
	
	myIP = "";
	theUrl = "";	
	w= "";
	h= "";
	l = "";
	t = "";
	}
	
/***********

***********/
function openWindowAllPropertiesOn(url,width,height,left,top) {
	
	w= width;
	h= height;		
	l = left;
	t = top;	
	spTest = detectSP2();
	
	myNewWin=window.open(url,"allPropertiesOnWindow","resizable=yes,menubar=yes,location=yes,toolbar=yes,scrollbars=yes,status=yes,directories=yes");if(window.focus){myNewWin.focus();};	
	
	myNewWin.resizeTo(w,h);	
	myNewWin.moveTo(l,t);	
	
	myIP = "";
	theUrl = "";	
	w= "";
	h= "";
	l = "";
	t = "";
	}
/***********

***********/