

function test(){
	alert(current_page_head);//document.getElementById('foto_banner').src
}

function funzione(imagePath){
	//alert("che cazzo "+romeo);
	romeo = 'a';
	//onclick="javascript:return setHeaderLogo('$page2icon.get($nav_item.getName())');"
	
}

function standardPopup(url) {
	stile = "top=10, left=10, width=1024, height=768, status=yes, menubar=yes, toolbar=yes, scrollbar=1";
	window.open(url, "", stile);
}


function popup(){
	var popup = Liferay.Popup(
			{
				title: 'TITOLO',
				position:[0,-500],
				modal:false,
				draggable:true,
				top:0,
				width:1024,
				height:768
			}
		);
jQuery(popup).load('http://localhost:8080/web/guest/home?showMenuBar=false');

}

//get url parameter
function getUrlParameter( name )
{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}

