//**** 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="http://acaratandunder.com/images/navi/u_staff.gif";
b1 = new Image();
b1.src="http://acaratandunder.com/images/navi/u_home.gif";
c1 = new Image();
c1.src="http://acaratandunder.com/images/navi/u_faq.gif";
d1 = new Image();
d1.src="http://acaratandunder.com/images/navi/u_directions.gif";
e1 = new Image();
e1.src="http://acaratandunder.com/images/navi/u_bfbrogan.gif";
f1 = new Image();
f1.src="http://acaratandunder.com/images/navi/s_staff.gif";
g1 = new Image();
g1.src="http://acaratandunder.com/images/navi/s_home.gif";
h1 = new Image();
h1.src="http://acaratandunder.com/images/navi/s_faq.gif";
i1 = new Image();
i1.src="http://acaratandunder.com/images/navi/s_directions.gif";
j1 = new Image();
j1.src="http://acaratandunder.com/images/navi/s_bfbrogan.gif";
k1 = new Image();
k1.src="http://acaratandunder.com/images/navi/end_dot.gif";
        }

function go(){
  window.name = "eCard";
  window.open("http://acaratandunder.com/cgi/postcard.cgi","postcard","top=1,left=1,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=550,height=480");
} 

function go2(){
  window.name = "Jabel";
  window.open("index.swf","Jabel Showcase","top=1,left=1,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=550,height=480");
} 

function citizen(){  
  window.open("http://www.citizenwatch.com/us/frame_noflash.html","citizen","top=1,left=1,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=500");
} 