	
	function popup(PageName,style) 
	{
		
	
	var windowprops = "" ;
	  

	if (style == "a") 
	  {	
		 windowprops = "height=480,width=550,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=15,top=15" ;
	  }
	  else if (style == "b") 
	  {	
		 windowprops = "height=620,width=620,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=15,top=15" ;
	  }

	else if (style == "c") 
	  {	
		 windowprops = "height=620,width=720,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=15,top=15" ;
	  }	  

	else if (style == "d") 
	  {	
		 windowprops = "height=260,width=620,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=15,top=15" ;
	  }		  


else if (style == "e") 
	  {	
		 windowprops = "height=455,width=620,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=30,top=30" ;
	  }		


else if (style == "f") 
	  {	
		 windowprops = "height=620,width=1000,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=60,top=60" ;
	  }		

else if (style == "g") 
	  {	
		 windowprops = "height=360,width=550,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=15,top=15" ;
	  }		


else if (style == "h") 
	  {	
		 windowprops = "height=320,width=395,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=230,top=100" ;
	  }	
	  	
else if (style == "k") 
	  {	
		 windowprops = "height=630,width=780,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=100,top=50" ;
	  }	  	  

else if (style == "l") 
	  {	
		 windowprops = "height=640,width=750,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=100,top=50" ;
	  }	  

else if (style == "m") 
	  {	
		 windowprops = "height=765,width=700,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=100,top=50" ;
	  }	  

else if (style == "n") 
	  {	
		 windowprops = "height=765,width=650,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=100,top=50" ;
	  }	  
	  
else if (style == "p") 
	  {	
		 windowprops = "height=630,width=720,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=100,top=50" ;
	  }	 
	  
else if (style == "p") 
	  {	
		 windowprops = "height=690,width=490,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=100,top=50" ;
	  }	 
	  
else if (style == "x")
	{
	windowprops = "location=center,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=350,top=200"
	} 

	else
	  {	
		 windowprops = "height=300,width=300,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=15,top=15" ;
	  }	  
	  window.open(PageName,"", windowprops) ;
	}
	



