 
 new Control.Modal('modal_popup',{
        iframe: true, width: 294, height: 200, overlayCloseOnClick: false, fade: true, opacity: 0.3
        
  });
  new Control.Modal('modal_popup2',{
        iframe: true, width: 300, height: 206, overlayCloseOnClick: false, fade: true, opacity: 0.3
        
  });
function salir(){
window.location='index.html';
}
function login_ok(orig){
	if (orig=='tarifas'){
		window.location='tarifas.php';
	}else{
		if(orig=='ofertas'){
			window.location='ofertas.php';
		}
	}
}
	//document.getElementById('modal_popup').each(function(link){
  //                              new Control.Modal(link,{
   //                             iframe: true, width:400, height: 300, fade: true, opacity: 0.3, overlayCloseOnClick: false
    //                             })
    //                            });