	function openOffer( width, height, l )
	{
		//var width	= 600;
		//var height	= 400;

		var width_p		= parseInt(screen.width / 2) - parseInt(width / 2);
		var height_p	= parseInt(screen.height / 2) - parseInt(height / 2);

		window.open('offer.php' + '?l=' + l ,'e1183370355','width=' + width + ',height=' + height + ',scrollbars=yes,screenX=' + width_p + ',screenY=' + height_p + ',left=' + width_p + ',top=' + height_p)
	}
	
	function openGallery(id, pName, currentLang)
	{
		var width	= 670;
		var height	= 538;

		var width_p		= parseInt(screen.width / 2) - parseInt(width / 2);
		var height_p	= parseInt(screen.height / 2) - parseInt(height / 2);

		window.open('gallery.php?id='+ id + '&pName=' + pName + '&l=' + currentLang ,'e1183370355','width=' + width + ',height=' + height + ',scrollbars=yes,screenX=' + width_p + ',screenY=' + height_p + ',left=' + width_p + ',top=' + height_p)
	}

/* Open maps */
function openMap(id, height)
{
	var width	= 565;

	var width_p		= parseInt(screen.width / 2) - parseInt(width / 2);
	var height_p	= parseInt(screen.height / 2) - parseInt(height / 2);

	window.open('openMap.php?id='+ id ,'e1183370355','width=' + width + ',height=' + height + ',scrollbars=yes,screenX=' + width_p + ',screenY=' + height_p + ',left=' + width_p + ',top=' + height_p)
}

function openGoogleMap(id)
{
	var width	= 650;
	var height	= 530;

	var width_p		= parseInt(screen.width / 2) - parseInt(width / 2);
	var height_p	= parseInt(screen.height / 2) - parseInt(height / 2);

	window.open('openGoogleMap.php?id='+ id ,'e1183370355','width=' + width + ',height=' + height + ',scrollbars=yes,screenX=' + width_p + ',screenY=' + height_p + ',left=' + width_p + ',top=' + height_p)
}
