// JavaScript Document

function opensite(){
	javascript:MM_openBrWindow('content/website','BRUNOPREMI','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, height=' + screen.height + ',width=' + screen.width);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}