function winOpen(ghtml,gw,gh)
{
window.open(ghtml,"subwin","width="+gw+",height="+gh+",toolbar=no,location=no,status=yes,menubar=0,scrollbars=yes");
}
