<!--       
function OpenWin(wintype) 
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes,width=650,height=600"); 
SmallWin.window.focus() }

function OpenWin_lg(wintype) 
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes,width=650,height=600"); 
SmallWin.window.focus() }

function OpenWin_dt(wintype) 
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes,width=650,height=600"); 
SmallWin.window.focus() }

function OpenWin_blank(wintype) 
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes,width=450,height=160"); 
SmallWin.window.focus() }

function OpenWin_artist(wintype) 
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes,width=450,height=200"); 
SmallWin.window.focus() }

function OpenWin_rings(wintype)
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=no,resizable=yes,menubar=no,width=260,height=250"); 
SmallWin.window.focus() }

function OpenWin_forms(wintype)
{SmallWin=window.open(wintype,"SmallWin","toolbar=yes,directories=no,status=yes,scrollbars=yes,resizable=yes,menubar=yes,width=800,height=600"); 
SmallWin.window.focus() }

function OpenWin_fabric(wintype) 
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes,width=600,height=400"); 
SmallWin.window.focus() }

function OpenWin_kippah(wintype) 
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes,width=450,height=400"); 
SmallWin.window.focus() }

function OpenWin_painted(wintype)
{SmallWin=window.open(wintype,"SmallWin","toolbar=yes,directories=no,status=yes,scrollbars=yes,resizable=yes,menubar=yes,width=650,height=500"); 
SmallWin.window.focus() }

function OpenWin_prints(wintype)
{SmallWin=window.open(wintype,"SmallWin","toolbar=yes,directories=no,status=yes,scrollbars=yes,resizable=yes,menubar=yes,width=750,height=475"); 
SmallWin.window.focus() }

function winclose()
    {window.close();
}
//-->