
<!--
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    function PopWidnow(url_pop)

    {

     var PopWidth=(window.screen.width);

     var PopHeight=(window.screen.height);

     var PopLeft = (window.screen.width-PopWidth)/2;

     var PopTop = (window.screen.height-PopHeight)/2;

    

     beer=window.open(url_pop,'beer','toolbar=no,status=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=yes,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);

     }

////////////////////////////////////////////////////
var message="Sorry. This function is disabled.";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
-->
