<!-- This script and many more are available free online at -->

<!-- Begin
function printpage() {
if (window.print) {
agree = confirm('This page contains sensitive information that \nwe recommend you print a copy of at this time. \n\nOK to print now?');
if (agree) window.print(); 
   }
}
//  End -->


function openwin(j)
{
k=j
var winfeatures="width=500,height=300,scrollbars=0,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0"
//window.open("http://192.168.0.11/usa/other/emailpage.asp?pname="+k,"",winfeatures)
window.open("http://www.universalstarch.com/other/emailpage.asp?pname="+k,"",winfeatures)
}

function openfeedback(j)
{
k=j
var winfeatures="width=550,height=490,scrollbars=1,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0"
//window.open("http://192.168.0.11/usa/other/pagefeedback.asp?pname="+k,"",winfeatures)
//http://www.universalstarch.com/
window.open("pagefeedback.asp?pname="+k,"",winfeatures)
}