	/*
 * byo - 2008
 * Asetra
 */

// DomReady - v1 //////////////////////////////
window.addEvent('domready', function() {
   
  
});
// DomReady //////////////////////////////

// displayPhones() //////////////////////////////
	function displayImage(image) {

	var overlay= new Overlay('#009CD8',0.3);
	overlay.displayElement(image);

	return true;

}
// /displayPhones() //////////////////////////////
function openPopup(location, fullscreen, tools, direcciones, status, menubar, scrollbars, resizable, width, height, left, top, sustituir){

     var opciones = "fullscreen=" + fullscreen +
                 ",toolbar=" + tools +
                 ",location=" + location +
                 ",status=" + status +
                 ",menubar=" + menubar +
                 ",scrollbars=" + scrollbars +
                 ",resizable=" + resizable +
                 ",width=" + width +
                 ",height=" + height +
                 ",left=" + left +
                 ",top=" + top;
     var ventana = window.open(location,"venta",opciones,sustituir);

    	
}


// getPrices() /////////////////////////////////

	function getPrices(typeofoffer,lang){
	
		$('select-price').load(baseurl+'/index.php/'+lang+'/property/generate-select-price/typeofoffer/'+typeofoffer+'/');
	
	}

// /getPrices() ////////////////





 

   
   
 
 


