function openGallery(id)
{
newWindow = window.open("/gallery/" + id + ".aspx", "_blank", "width=625,height=545,scrollbars=auto,resizable,screenX=150,screenY=10,status=0").focus();
return;
}
function openCartoonSelector()
{
newWindow = window.open("/cartoonSelector.aspx", "_blank",…