<!-- Begin
function addbookmark()
{
bookmarkurl="http://www.dualtechdesign.com"
bookmarktitle="DualTech Design"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function openWindow() {
    msgWindow = window.open('','newWin','width=510,height=400,screenX=230,screenY=135,top=135,left=230','scrollbars=no','resizable=no','toolbars=false,location=false,resize=false');
    msgWindow.location.href = 'popup2.html';
}

if (document.images) {

      img1on = new Image();
      img1on.src = "images/home2.gif";

      img2on = new Image();
      img2on.src = "images/calcul2.gif";

	  img3on = new Image();
      img3on.src = "images/contact2.gif";

	

		  img1off = new Image();
		  img1off.src = "images/home1.gif";
				
		  img2off = new Image();
		  img2off.src = "images/calcul1.gif";
				
		  img3off = new Image();
		  img3off.src = "images/contact1.gif";
				
}

function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

  if (document.images) {
            img8on = new Image();
            img8on.src = "images/presbutton_on.gif";

			img8off = new Image();
            img8off.src = "images/presbutton_off.gif";
			}
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

function openWindow() {
    msgWindow = window.open('','newWin','width=530,height=530,screenX=230,screenY=135,top=135,left=230','scrollbars=no','resizable=no','toolbars=false,location=false,resize=false');
    msgWindow.location.href = 'iwgcalendar.html';
}
//-->