

function Select(partNo,desc){
	var URL='http://www.VibrationMounts.com/eStore/PriceCheck.aspx?code='+partNo+'&desc='+desc;
	var popup_window =window.open(URL,'popup1','resizable,height=475,width=740,menubar=no,scrollbars=yes,status=no,toolbar=no,screenX=100,screenY=0,left=10,top=30');
	popup_window.focus();
}

function Drawing(partNo,desc) {
	var URL='http://www.vibrationmounts.com/RFQ/Catdas.ASP?PN='+partNo+'&Name='+desc;
	var popup_window=window.open(URL,'popup2','width=800,height=600,scrollbars=yes,resizable');
	popup_window.focus();
}
