function opnFrmCnt(lg)
{
var scl = 450;
var sch = 630;
window.showModalDialog("contact/contGen.php?lg="+lg+"&svr=", "formF", "dialogHeight: "+sch+"px; dialogWidth: "+scl+"px; edge: Sunken; center: Yes; help: No; resizable: Yes; scroll:yes; status: No;");
}

function opnDvSm(lg)
{
var scl = 634;
var sch = 375;
window.showModalDialog("visIndMsit.php", "formF", "dialogHeight: "+sch+"px; dialogWidth: "+scl+"px; edge: Sunken; center: Yes; help: No; resizable: Yes; scroll:yes; status: No;");
}
