<!-- 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 feades(URL) {
mywindow = window.open(URL, "feawin", 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=780,height=570,top=60,left=60');
if (window.focus) {mywindow.focus()}

}
// End -->
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 -->
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")


window.onerror = null;
 var bName = navigator.appName;
 var bVer = parseInt(navigator.appVersion);
 var NS4 = (bName == "Netscape" && bVer >= 4);
 var IE4 = (bName == "Microsoft Internet Explorer" 
 && bVer >= 4);
 var NS3 = (bName == "Netscape" && bVer < 4);
 var IE3 = (bName == "Microsoft Internet Explorer" 
 && bVer < 4);
 var blink_speed=100;
 var i=0;
 
if (NS4 || IE4) {
 if (navigator.appName == "Netscape") {
 layerStyleRef="layer.";
 layerRef="document.layers";
 styleSwitch="";
 }else{
 layerStyleRef="layer.style.";
 layerRef="document.all";
 styleSwitch=".style";
 }
}

//BLINKING
function Blink(layerName){
 if (NS4 || IE4) { 
 if(i%2==0)
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="visible"');
 }
 else
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="hidden"');
 }
 } 
 if(i<1)
 {
 i++;
 } 
 else
 {
 i--
 }
 setTimeout("Blink('"+layerName+"')",blink_speed);
}

var launchSlideShowX = (screen.width/2)-250;
var launchSlideShowY = (screen.height/2)-300;
var pos = "left="+launchSlideShowX+",top="+launchSlideShowY;
function launchSlideShow(){
launchSlideShowWindow = window.open("show1.html","SlideShow","width=500,height=580,"+pos);}
