function livecam_window(){
	var left = parseInt((screen.availWidth/2) - (650/2));
    var top = parseInt((screen.availHeight/2) - (570/2));
	window.open("/wp-content/themes/casaluxemburg/livecam_"+icl_lang+".php","mywindow","status=0,toolbar=0,menubar=0,resizable=0,width=650,height=570,left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top);
}