function resizer(){
	parent.window.resizeTo("850", "580");
}

function buscador()
{
	width=850;
    height=380;
    var left = Math.floor( (screen.width - width) / 2);
    var top = Math.floor( (screen.height - height) / 2)-150;
    var winParms = "top=" + top + ",left=" + left + ",height=" + height + ",width=" + width+", resizable=no, scrollbars=yes, status=yes";
	window.open("http://tripnow.apteknet.com/", "editwin", winParms);
}



function resultados(origen, destino, ida, vuelta)
{
	width=850;
    height=380;
    var left = Math.floor( (screen.width - width) / 2);
    var top = Math.floor( (screen.height - height) / 2)-150;
    var winParms = "top=" + top + ",left=" + left + ",height=" + height + ",width=" + width+", resizable=no, scrollbars=yes, status=yes";
	window.open("http://tripnow.apteknet.com/index.php?or="+origen+"&des="+destino+"&ida="+ida+"&vu="+vuelta, "editwin", winParms);	
}

function ofertas(origen, destino){
	width=850;
    height=380;
    var left = Math.floor( (screen.width - width) / 2);
    var top = Math.floor( (screen.height - height) / 2)-150;
    var winParms = "top=" + top + ",left=" + left + ",height=" + height + ",width=" + width+", resizable=no, scrollbars=yes, status=yes";
	window.open("http://tripnow.apteknet.com/ofertas.php?or="+origen+"&des="+destino, "editwin", winParms);	
}