<!--       
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_order(wintype) 
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes,width=800,height=600"); 
SmallWin.window.focus() }

function OpenWin_forms(wintype)
{SmallWin=window.open(wintype,"SmallWin","toolbar=no,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=650,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_prints(wintype)
{SmallWin=window.open(wintype,"SmallWin","toolbar=yes,directories=no,status=yes,scrollbars=yes,resizable=yes,menubar=yes,width=750,height=600"); 
SmallWin.window.focus() }

function winclose()
    {window.close();
}
//-->