if (document.images) {  imageCrediton = new Image();  imageCrediton.src = "images/copyright_over.gif";    hsCrediton = new Image();  hsCrediton.src = "images/copyright_blk_on.gif";    home_headon = new Image();  home_headon.src = "images/home_nav_headshots_on.gif";    home_fashionon = new Image();  home_fashionon.src = "images/home_nav_fashion_on.gif";    home_contacton = new Image();  home_contacton.src = "images/home_nav_contact_on.gif";    headshotson = new Image();  headshotson.src = "images/nav_headshots_on.gif";    fashionon = new Image();  fashionon.src = "images/nav_fashion_on.gif";    contacton = new Image();  contacton.src = "images/nav_contact_on.gif";    imageCreditoff = new Image();  imageCreditoff.src = "images/copyright.gif";    hsCreditoff = new Image();  hsCreditoff.src = "images/copyright_blk.gif";    home_headoff = new Image();  home_headoff.src = "images/home_nav_headshots.gif";    home_fashionoff = new Image();  home_fashionoff.src = "images/home_nav_fashion.gif";    home_contactoff = new Image();  home_contactoff.src = "images/home_nav_contact.gif";    headshotsoff = new Image();  headshotsoff.src = "images/nav_headshots.gif";    fashionoff = new Image();  fashionoff.src = "images/nav_fashion.gif";    contactoff = new Image();  contactoff.src = "images/nav_contact.gif";  }function changeImages() {  if (document.images) {    for (var i=0; i<changeImages.arguments.length; i+=2) {      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");    }  }}function MM_findObj(n, d) { //v4.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 && document.getElementById) x=document.getElementById(n); return x;}function newWindow(theURL,winName,features) {	window.open(theURL,winName,features);}