<!-- Begin
function pop_Up(URL) {
mywindow = window.open(URL, "newwin", 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=450,top=60,left=60');
if (window.focus) {mywindow.focus()}

}
function wind(p,w,h)
{
bigwin = window.open(p,"Pictures","toolbar=no,location=no,directotries=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h);
if (window.focus) {bigwin.focus()}
}
// End -->
<!--

//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")
