// JavaScript Document
if (screen.height == 480 & screen.width == 640) {
document.write("Your screen resolution is currently 640x480. Please increase to at least 800x600 to view the site properly.");
}
//  End -->
