 
function form_action()   // to fix form action for N.N.
 {
 junk = 1;
 }


function SendPage(urltxt)
 { 
 formurl = "http://www.rhinoprints.net/forms/send_form.html?u=" + urltxt;
 window.open(formurl,'SendForm','toolbar=yes,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=450,height=530,left=10,top=10');
 }

