function Rack_Search_P1()
{
	if (navigator.appName == "Netscape" && document.getElementById)
	{
		divs = document.getElementsByTagName("INPUT"); 
		heightlst = document.frmRackSelector.HeightList;
		heightvalue=heightlst.options[heightlst.selectedIndex].value;
//alert(heightvalue);
		heightlist=heightlst.options[heightlst.selectedIndex].text;
//alert(heightlist);
		link="http://www.rack4u.co.uk/S?sql=eRackWizard'"+divs['fIP'].value+"','2','"+heightvalue+"'&contenttype=text/html";
	}
	else
	{	heightlist = document.frmRackSelector.HeightList.value;
//alert(heightlist );
		link="http://www.rack4u.co.uk/S?sql=eRackWizard'"+fIP.value+"','2','"+heightlist+"'&contenttype=text/html";
	}
//	alert(link);
	parent.location.href = link;

}
function Rack_Search_P2( height )
{
	if (navigator.appName == "Netscape" && document.getElementById)
	{
		divs = document.getElementsByTagName("INPUT"); 
		widthlst = document.frmRackSelector.WidthList;
		widthvalue=widthlst.options[widthlst.selectedIndex].value;
//alert(widthvalue);
		widthlist=widthlst.options[widthlst.selectedIndex].text;
//alert(widthlist);
		link="http://www.rack4u.co.uk/S?sql=eRackWizard'"+divs['fIP'].value+"','3','"+height+"','"+widthvalue+"'&contenttype=text/html";
	}
	else
	{	widthlist = document.frmRackSelector.WidthList.value;
//alert(widthlist );
		link="http://www.rack4u.co.uk/S?sql=eRackWizard'"+fIP.value+"','3','"+height+"','"+widthlist+"'&contenttype=text/html";
	}

//	alert(link);
	parent.location.href = link;
}
function Rack_Search_P3( height, width )
{
	if (navigator.appName == "Netscape" && document.getElementById)
	{
		divs = document.getElementsByTagName("INPUT"); 
		depthlst = document.frmRackSelector.DepthList;
		depthvalue=depthlst.options[depthlst.selectedIndex].value;
//alert(depthvalue);
		depthlist=depthlst.options[depthlst.selectedIndex].text;
//alert(depthlist);
		link="http://www.rack4u.co.uk/S?sql=eRackWizard'"+divs['fIP'].value+"','4','"+height+"','"+width+"','"+depthvalue+"'&contenttype=text/html";
	}
	else
	{	depthlist = document.frmRackSelector.DepthList.value;
//alert(depthlist);
		link="http://www.rack4u.co.uk/S?sql=eRackWizard'"+fIP.value+"','4','"+height+"','"+width+"','"+depthlist+"'&contenttype=text/html";
	}
//	alert(link);
	parent.location.href = link;
}


