var newwindow;
 function call_order(url)
 {	
   if (url == 'service_contr.php') 
   { newwindow=window.open(url,'name','height=311,width=558');
	if (window.focus) {newwindow.focus()}
   }
   if (url == 'plazacity.php') 
	{ newwindow=window.open(url,'name','height=338,width=480');
	if (window.focus) {newwindow.focus()}
   } 
  if (url == 'service.php') 
   { newwindow=window.open(url,'name','height=431,width=558');
	if (window.focus) {newwindow.focus()}
   } 
  if (url == 'service_admin.php') 
   { newwindow=window.open(url,'name','height=620,width=600,top=40');
	if (window.focus) {newwindow.focus()}
   } 
  if (url == 'plaza_admin.php') 
   { newwindow=window.open(url,'name','height=640,width=630,top=40');
	if (window.focus) {newwindow.focus()}
   } 
  if (url == 'tozsde.php') 
   { newwindow=window.open(url,'name','height=640,width=480,top=40');
	if (window.focus) {newwindow.focus()}
   } 
  if (url == 'kellekanyag.php') 
   { newwindow=window.open(url,'name','height=340,width=480,top=40');
	if (window.focus) {newwindow.focus()}
   } 
  if (url == 'kellek_kereses.php') 
   { newwindow=window.open(url,'name','height=640,width=680,top=40,scrollbars');
	if (window.focus) {newwindow.focus()}
   } 
  if  (url == 'kellek_service.php') 
   { newwindow=window.open(url,'name','height=640,width=680,top=40,scrollbars');
	if (window.focus) {newwindow.focus()}
   } 
 }
