// JavaScript Document


			<!--
			pathToScript="assets/javascript/nav/" ;// for hier menus
			<!--PopUpwindow script-->
			function pop(URL,w,h){
			  newwin=winndent=0,directories=0,fullscreen=window.open(URL,"window","top=100,left=150,height=" + h + ",width=" + w + ",alwaysLowered=0,alwaysRaised=0,channelmode=0,depe0,hotkeys=1,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,z-lock=1");
			}<!--rolloverscript-->
			
			<!--
			
			  if (document.images) {
			 img1on = new Image();
			 img1on.src ="assets/lay/shopOn.jpg";
			 img1off = new Image();
			 img1off.src = "assets/lay/shopOff.jpg";
			 img2on = new Image();
			 img2on.src = "assets/lay/portfolioOn.jpg";
			 img2off = new Image();
			 img2off.src = "assets/lay/portfolioOff.jpg";
			 img3on = new Image();
			 img3on.src ="assets/lay/piercingOn.jpg";
			 img3off = new Image();
			 img3off.src = "assets/lay/piercingOff.jpg";
			 img4on = new Image();
			 img4on.src = "assets/lay/contact_usOn.jpg";
			 img4off = new Image();
			 img4off.src = "assets/lay/contact_usOff.jpg";
			 
			
			}
			
			
			// turn image on function
			 
			function imageOn(imgName) {
			 if (document.images) {
			 document[imgName].src = eval(imgName + "on.src");
			 }
			}
			 
			//turn image off function
			function imageOff(imgName) {
			 if (document.images) {
			 document [imgName].src = eval(imgName + "off.src");
			 }
			}
			
				// function for popping the news window
			   function newsWindow(URL,w,h){ newwin=window.open(URL,"news","height=" + h + ",width=" + w + ",alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0,z-lock=0,top=50,left=215")
				}
			
			
			function popWin(url, w, h){
				window.open(url, 'w', 'width=' + w + ', height=' + h + ',menubar=0,resizable,scrollbars=1');
			   }
			//-->
	
			<!--this is the drop down menu script-->
			
			/*if(window.event + "" == "undefined") event = null;
			function HM_f_PopUp(){return false};
			function HM_f_PopDown(){return false};
			PopUp = HM_f_PopUp;
			popDown = HM_f_PopDown;*/
			
 
 
  function popWin(URL,name,w,h){
    window.open(URL,name,'scrollbars=1,toolbar=0,menubar=0,statusbar=0,addressbar=0,resizable=1,width=' + w + ',height= ' + h)
  }

// displays status bar message
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) {
    window.status = msgStr;
    document.returnValue = true;
  }
}


<!--   hide this script from non-javascript-enabled browsers
// function that displays status bar message
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}
// stop hiding -->
