function getWindow() {
 window.location="http://www.hotpoodle.com/help/step_1.htm";
}

if ((screen.width == 640) && (screen.height == 480 )) { 
 getWindow();
 alert("The resolution of your monitor is set to 640X480, the industry standard of web viewing is 800X600, click the ok button and We will walk you through the process of changing your resolution"); 
 

}


