//SECTION FOR ROLLOVERS

products = new Image();
products.src = "images/products_r.gif";

aboutus = new Image();
aboutus.src = "images/aboutus_r.gif";

repairs = new Image();
repairs.src = "images/repairs_r.gif";

specials = new Image();
specials.src = "images/specials_r.gif";

office = new Image();
office.src = "images/office_r.gif";

contactus = new Image();
contactus.src = "images/contactus_r.gif";


//FUNCTION FOR DHTML ROLLOVERS
function MM_findObj(n, d) { //v3.0

  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	
	if(!x && d.getElementById) x=d.getElementById(n); return x;

}

function MM_showHideLayers() { //v3.0

  var i,p,v,obj,args=MM_showHideLayers.arguments;

  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];

    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }

    obj.visibility=v; }
}

// FUNCTION FOR THE FLASH FILE (GETS RID OF THE "CLICK TO ACTIVATE CONTROL" MESSAGE)
// Note:  Change URL when posting live

function RunFlash()
{
//    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="500" HEIGHT="120" id="runFlash" ALIGN=""><PARAM NAME=movie VALUE="http://www.desdental.com/images/topbar.swf"> <PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#00237E> <EMBED src="http://www.desdental.com/images/topbar.swf" quality=high bgcolor=#00237E  WIDTH="500" HEIGHT="120" NAME="cut1a" ALIGN=""  TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="500" HEIGHT="120" id="runFlash" ALIGN=""><PARAM NAME=movie VALUE="http://www.desdental.com/images/DES2.swf"> <PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#00237E> <EMBED src="http://www.desdental.com/images/DES2.swf" quality=high bgcolor=#00237E  WIDTH="500" HEIGHT="120" NAME="cut1a" ALIGN=""  TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');

}

// FUNCTION FOR POPUP WINDOWS
function popwin(theURL) {
 
 window.open(theURL,"","height=530, width=700, scrollbars=1, resizable=1, screenX=0, left=0, screenY=0, top=0");

}
