//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")



///////////////////////////////



function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus



///////////////////////////////



/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}



///////////////////////////////



// (C) 2001 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header

var theURL = 'http://www.missasiaplayground.com/cgi-bin/recommend/mojoTaf.cgi?mojo=1';
var width  = 407;
var height = 540;

function popWindow() {
newWindow = window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}



///////////////////////////////



if (window!=top){top.location.href=location.href;}



///////////////////////////////



/***********************************************
* Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]

omitformtags=omitformtags.join("|")

function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}

function reEnable(){
return true
}

if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}



///////////////////////////////



<!--

if (document.images) {
	
	img1on = new Image();           // The onmouseover image
	img1on.src = "/britimages/top_home_on.gif";  
	img2on = new Image();
	img2on.src = "/britimages/top_bio_on.gif";  
	img3on = new Image();
	img3on.src = "/britimages/top_gal_on.gif";
	img4on = new Image();
	img4on.src = "/britimages/top_book_on.gif";
	img5on = new Image();
	img5on.src = "/britimages/top_cont_on.gif";
	img6on = new Image();
	img6on.src = "/britimages/top_fr_on.gif";
	img1off = new Image();          // The normally seen image
	img1off.src = "/britimages/top_home_off.gif"; 
	img2off = new Image();
	img2off.src = "/britimages/top_bio_off.gif"; 
	img3off = new Image();
	img3off.src = "/britimages/top_gal_off.gif";
	img4off = new Image();
	img4off.src = "/britimages/top_book_off.gif";
	img5off = new Image();
	img5off.src = "/britimages/top_cont_off.gif";
	img6off = new Image();
	img6off.src = "/britimages/top_fr_off.gif";

  }				  //This function changes the image when over.
    function imgOn(imgName) {
            if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
            }
    }				   //This function changes the image back when off.
    function imgOff(imgName) {
            if (document.images) {
            document[imgName].src = eval(imgName + "off.src");        
            }
    }
// -->



///////////////////////////////



function preloader() 
{
     // counter     var i = 0;
     // create object     imageObj = new Image();
     // set image list     images = new Array();     images[0]="britimages/toplogo_escort.jpg"     images[1]="britimages/frame_bg.gif"     images[2]="britimages/top_home_off.gif"     images[3]="britimages/top_bio_off.gif"     images[4]="britimages/top_gal_off.gif"     images[5]="britimages/top_book_off.gif"     images[6]="britimages/top_cont_off.gif"     images[7]="britimages/top_fr_off.gif"
     // start preloading     for(i=0; i<=3; i++)      {          imageObj.src=images[i];     }

}
