	<!-- hide JavaScript code from browsers that are not JavaScript enabled	




//Function to open Form Popup window -->

function openWin( windowURL, windowName ) { 
window.open( windowURL, windowName, 
"toolbar=0,location=0,resizable=0,scrollbars=0,status=0 height=270,width=450") 
;
return document.href;}

// end of the function openWin()
function BoxPopUp() {
myWindow=window.open("/offers.html", "Advert", " scrollbars=1, width=350, height=300, left=800, top=0");
     }

// end of the function click(e)

function click(e)
{

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
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")
}

if (document.layers) 
{   document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;