<!--       
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=400,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 winclose()
    {window.close();
}
//-->