function opensample() {
	newWindow = window.open('sample.htm',"printsample","fullscreen,resizable,scrollbars");
	newWindow.focus();
}
function quotereq(product) {
	URL = 'q_'+product+'.php';
	qwin = window.open(URL,"quote","height=580,width=616,left=20,top=10,resizable,status,scrollbars");
	qwin.focus();
}
function zoom(URL) {
	calwin = window.open('sample/'+URL,"cal","width=680,left=50,top=0,resizable,scrollbars");
	calwin.focus();
}
function loadImages() {
if (document.getElementById) {  // DOM3 = IE5, NS6
document.getElementById('hidepage').style.visibility = 'hidden';
}
else {
if (document.layers) {  // Netscape 4
document.hidepage.visibility = 'hidden';
}
else {  // IE 4
document.all.hidepage.style.visibility = 'hidden';
      }
   }
}
<!-- StatCounter Code -->
var sc_project=549452; 
var sc_partition=1; 
//-->
