// JavaScript Document

function showWindow()
{
 var win = new Window({className: "spread", title: "Free Evaluation Form", 
                      top:70, left:100, width:300, height:200, 
                      url: "includes/evalForm.php", showEffectOptions: {duration:1.5}})
win.show();     
}

