
/* will open a new window for users to schedule an appointment
for designer appliances.
@Author Jonathan Page 11-21-2008
 */

function doPopUpWindow(){
   window.open("/catalog/email_designer_appliance.jsp", "email_designer_appliance", "width=577, height=340");

};
