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