// JavaScript Document
// control var, consistent met or imp
function JumpTo( Page )
{
infopopscroll(840,650,"http://www.hsctubular.com/X-blankingSearch/"+Page);
}

function infopopscroll(w,h,page)
{
wintype = "location=no,scrollbars=yes,status=no,menubar=0,left=0,top=0,screenx=0,screeny=0,width="+w+",height="+h;
if(win=window.open(page,"newwin",wintype))
{ win.focus();}
else
{window.alert("INFORMATION DISPLAY ERROR\n\nThe link you have clicked generates the information in a POPUP WINDOW\n\nPopup windows are disabled on your computer - you need to re-enable them in order to view this information\n\nNOTE: Good popup blocking software is able to discriminate between these useful 'friendly' popups and those annoying unwanted 'automatic' popups....");}
}




function ShowSize(MySize,metImp)
{
if (MySize.value=="0") {document.getElementById("Choices").src = "../X-blankingSearch/blank.php";}
else {document.getElementById("Choices").src='../X-blankingSearch/selectsize.asp?s='+MySize.value+'&u='+metImp;}
//window.alert(MySize.value);
}

function CShowSize(MySize,metImp)
{
if (MySize.value=="0") {document.getElementById("Choices").src = "../X-blankingSearch/blank.php";}
else {document.getElementById("Choices").src='../X-blankingSearch/selectsize.asp?s='+MySize.value+'&u='+metImp;}
//window.alert(MySize.value);
}