function Popup_Window(host, country_id, img_id)
{		
	var height = 650; 
	var width = 800;
	var rnd = (Math.round((Math.random()*999)+1));
	var top=Math.round((screen.height-height)/2);
	var left=Math.round((screen.width-width)/2);
	 
//	this.open(host+"/includes/popup_gallery.php?country_id="+country_id+"&host="+host+"&lang="+lang, "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no");
	this.open(host+"/index.php?popup=1&task=load_img&country_id="+country_id+"&img_id="+img_id, "w"+rnd, "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no");
}
