	
	function popup(PageName,style) 
	{
	
	var windowprops = "" ;
	  

	if (style == "a") 
	  {	
		 windowprops = "height=480,width=380,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=100,top=100" ;
	  }
	  else if (style == "b") 
	  {	
		 windowprops = "height=620,width=653,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=15,top=15" ;
	  }

	else if (style == "c") 
	  {	
		 windowprops = "height=350,width=380,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=100,top=100" ;
	  }	  

	else if (style == "d") 
	  {	
		 windowprops = "height=400,width=380,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=100,top=100" ;
	  }		  


else if (style == "e") 
	  {	
		 windowprops = "height=610,width=680,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=15,top=15" ;
	  }		


else if (style == "f") 
	  {	
		 windowprops = "height=300,width=380,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=300,top=300" ;	  }		

else if (style == "g") 
	  {	
		 windowprops = "height=560,width=700,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=150,top=150"  ;	  }		


else if (style == "h") 
	  {	
		 windowprops = "height=280,width=500,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=200,top=200" ;
	  }		


else if (style == "i") 
	  {	
		 windowprops = "height=630,width=550,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=200,top=200" ;
	  }
	  

else if (style == "j") 
	  {	
		 windowprops = "height=500,width=692,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=200,top=200" ;
	  }	  
	  
else if (style == "k") 
	  {	
		 windowprops = "height=620,width=720,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=15,top=15" ;
	  }	  	  
	  
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) ;
	}
	


