
{
var wide = (screen.availWidth);
var high =  (screen.availHeight);

if (wide > 1100 && high > 700)
{document.write("<img class=\"cthru3\" src=\"images/Vert_wcLogo_L.gif\" alt=\"Vertical Title\">");
}
//else
//if (high < 700)
//{ window.location = " index800x600.php "
//}
}