 // Mouseover på knapper
 
		function chImg(theID, theSrc){		
			document.all(theID).src="/images/"  + theSrc
		}
		 // **  Stort bilde popup ** //
function PopupPic(sPicURL) { 
		window.open("popup.html?"+sPicURL, "Thumbnail", "resizable=1,HEIGHT=400,WIDTH=400,location=0,menubar=0,scrollbars=0,titlebar=0,toolbar=0,status=0,hotkeys=0");} 
		
		 // **  Toolbar  **
function WindowToolbar(url) {
  CMWindow=open(url,"Destination","toolbars=0,statusbar=0,menubar=0,scrollbars=0,resizable=1,width=600,height=400,top=10,left=10");
/*  if (CMWindow.focus != null) {
    CMWindow.focus()*/
  }
