function newwin(styledefault,mytype)
{
var myWin = window.open('viewlarge.aspx?StyleCode=' + styledefault + '&view=' + mytype ,'LargeView','width=430,height=450,scrollbars=no,statusbar=no,menubar=no');
return false;

}

function newwinquicklook(styledefault)
{
var myWin = window.open('quicklook.asp?StyleDefault=' + styledefault,'QuickLook','width=520,height=500,scrollbars=yes,statusbar=no,menubar=no');
return false;

}