// JavaScript Document

//Modal Window
  function openDialog2(html) {
	var win = new Window({className: "spread", title: "Refer your friend", top:70, left:100, width:640, height:350, url: "refer.php", showEffectOptions: {duration:1.5}})
	win.showCenter(); 
	
}       
   
   function openDialog3(html) {
	var win = new Window({className: "spread", title: "Request for a free quote", top:70, left:100, width:640, height:350, url: "request.php", showEffectOptions: {duration:1.5}})
	win.showCenter(); 
}  

   function openDialog4(html) {
	var win = new Window({className: "spread", title: "Recent Launch", top:70, left:100, width:575, height:450, url: "recent.php", showEffectOptions: {duration:1.5}})
	win.showCenter(); 
}  
