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

if (typeof idkit === 'undefined') {
	idkit=1;	
}

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://ttsviajes.apteknet.com?ran=0O12QV3ROjY8B2zpMnD9ibay2435c8x9p9iN2jnfIa02FUVZY8YzUk8q6b39e5643dD2SLIQ5Ya9247DTz3fX20538ukdsTdn30m&idkit="+idkit, "editwin", winParms);
}



function resultados(origen, destino, ida, vuelta, al, idkit)
{
	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://ttsviajes.apteknet.com/index.php?ran=0O12QV3ROjY8B2zpMnD9ibay2435c8x9p9iN2jnfIa02FUVZY8YzUk8q6b39e5643dD2SLIQ5Ya9247DTz3fX20538ukdsTdn30m&or="+origen+"&des="+destino+"&ida="+ida+"&vu="+vuelta+"&al="+al+"&idkit="+idkit, "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://ttsviajes.apteknet.com/ofertas.php?ran=0O12QV3ROjY8B2zpMnD9ibay2435c8x9p9iN2jnfIa02FUVZY8YzUk8q6b39e5643dD2SLIQ5Ya9247DTz3fX20538ukdsTdn30m&or="+origen+"&des="+destino+"&gurl="+window.location, "editwin", winParms);	
}
