<!--       
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=no,directories=no,status=yes,scrollbars=yes,resizable=yes,menubar=yes,width=760,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 winclose(){window.close();}

function mo(o){o.className=='stateoff'?o.className='stateon': o.className=o.className; }
function mx(o){o.className=='stateon'?o.className='stateoff': o.className=o.className; }
function mc(o){o.className='stateclicked'; }

//-->