/*
// ----------------------------------------------------------------------
// Original Author of file: phpBB team
// Purpose of file: bbcode javascript
// ----------------------------------------------------------------------
*/
function openwindow(hlpfile)
{
	window.open (hlpfile,"Help","toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=600,height=400");
}

function RecommendPage()
{
	window.open('recommend_page.php?requestUri=' + document.location.href.replace("&","|").replace("&","|").replace("&","|").replace("&","|"), 'recommend_page', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500,height=400,left=' + ((screen.width -500) / 2) + ',top=' + ((screen.height -400) / 2));
}


function imprimir(){
  if (parseInt(navigator.appVersion)>4)
    window.print();
}
