//**** Java by Angel ************
//BROWSER DETECTION
browser_name = navigator.appName;
browser_version = parseFloat(navigator.appVersion);
if (browser_name == "Netscape" && browser_version >= 3.0)
        {
        roll = 'true';
        }
else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0)
        {
        roll = 'true';
        }
else
        {
        roll = 'false';
        }
//***************************************
function msover2(img1,ref1)
        {
                if (roll == 'true')
                        {
                        document.images[img1].src = ref1;                        
                        }
        }
function msout2(img1,ref1)
        {
                if (roll == 'true')
                        {
                        document.images[img1].src = ref1;                        
                        }
        }

if (roll == 'true')
        {
// cache buttons
a1 = new Image();
a1.src="images/navi/u_home.gif";
a2 = new Image();
a2.src="images/navi/u_location.gif";
a3 = new Image();
a3.src="images/navi/u_gallery.gif";
a4 = new Image();
a4.src="images/navi/u_links.gif";
a5 = new Image();
a5.src="images/navi/u_contact.gif";
a6 = new Image();
a6.src="images/navi/u_featured.gif";

b1 = new Image();
b1.src="images/navi/s_home.gif";
b2 = new Image();
b2.src="images/navi/s_location.gif";
b3 = new Image();
b3.src="images/navi/s_gallery.gif";
b4 = new Image();
b4.src="images/navi/s_links.gif";
b5 = new Image();
b5.src="images/navi/s_contact.gif";
b6 = new Image();
b6.src="images/navi/s_featured.gif";
}

function openpopup2(popurl){
  winpops=window.open(popurl,"gallery","width=550,height=450,scrollbars=1");
}

function view() {
  windowops=eval("'toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=400,height=300'");
     window.open("http://www.artisticautodesigns.com/addevent.html", 'addevent', windowops);
}