// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  
  x = window.open(theURL,winName,features);
  
  
  return x;
}

function amigo()	{

	width = 575;
	height = 600;
	
	x = MM_openBrWindow('http://www.oncruiser.com/zona_clientes/enviar_amigo.php','','width=' + width + ',height=' + height);
	
	iz=(screen.width - width) / 2;
	de=(screen.height - height) / 2;
  	x.moveTo(iz,de);


}

function amigo_fr()	{

	width = 575;
	height = 600;
	
	x = MM_openBrWindow('http://www.oncruiser.com/zona_clientes/enviar_amigo_fr.php','','width=' + width + ',height=' + height);
	
	iz=(screen.width - width) / 2;
	de=(screen.height - height) / 2;
  	x.moveTo(iz,de);


}

function amigo_ingles()	{

	width = 575;
	height = 600;
	
	x = MM_openBrWindow('http://www.oncruiser.com/zona_clientes/enviar_amigo_en.php','','width=' + width + ',height=' + height);
	
	iz=(screen.width - width) / 2;
	de=(screen.height - height) / 2;
  	x.moveTo(iz,de);


}


function zona_clientes()	{

	width = 575;
	height = 460;
	
	x = MM_openBrWindow('http://www.oncruiser.com/zona_clientes/zona_clientes.html','','width=' + width + ',height=' + height);
	
	iz=(screen.width - width) / 2;
	de=(screen.height - height) / 2;
  	x.moveTo(iz,de);	

}
function demo()	{

	width = 800;
	height = 583;
	
	x = MM_openBrWindow('http://www.oncruiser.com/demo/index.html','','width=' + width + ',height=' + height);
	
	iz=(screen.width - width) / 2;
	de=(screen.height - height) / 2;
  	x.moveTo(iz,de);	

}
