function openWin(fyiname)
{
popwindow=window.open(fyiname,"popup","width=700,height=600,menubar=no,scrollbars=yes,statusbar=no,toolbar=no,resizable")
return;
}

