// JavaScript Document
//OpenWindow

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//OpenWindow END


//// **********  Right click Alart  *******
//var message="All images on this website are copyrighted.";

//document.oncontextmenu = new Function("alert(message); return false")
document.oncontextmenu = new Function("return false")

// -->

