if (document.images) {
 		var img1on = new Image()
 		img1on.src = "images/jukebox2.jpg"
 		var img1off = new Image()
 		img1off.src = "images/jukebox1.jpg"
 		var img2on = new Image()
 		img2on.src = "images/videos2.jpg"
 		var img2off = new Image()
 		img2off.src = "images/videos1.jpg"
		var img3on = new Image()
 		img3on.src = "images/radio2.jpg"
 		var img3off = new Image()
 		img3off.src = "images/radio1.jpg"
 		var img4on = new Image()
 		img4on.src = "images/shop2.jpg"
 		var img4off = new Image()
 		img4off.src = "images/shop1.jpg"
 		var img5on = new Image()
 		img5on.src = "images/register1.jpg"
 		var img5off = new Image()
 		img5off.src = "images/register.jpg"
 		var img99on = new Image()
 		img99on.src = "images/order2.jpg"
 		var img99off = new Image()
 		img99off.src = "images/order1.jpg"

 		}

	function imgOn(imgName) {
		if (document.images) {
			document.images[imgName].src = eval(imgName + "on.src");
		}
	}

	function imgOff(imgName) {
		if (document.images) {
			document.images[imgName].src = eval(imgName + "off.src");
		}
	}
	
	function openWindow(url) {window.open(url, "newwindow", "height=420, width=460, status=yes");}
	
	function openWindowS(url) {window.open(url, 
			"newwindowS", "height=900, width=800, status=yes");
	}
	
	function openWindow9(url) {window.open(url, "radiowindow", "height=130, width=377, status=yes");
	}
	
	function openWindowN(url) {window.open(url, 
			"newwindowNano", "height=530, width=290, status=yes");
	}
		
	function openWindowC(url) {window.open(url, 
			"newwindowC", "height=490, width=450, status=yes");
	}
	
	function openWindowL(url) {window.open(url, 
			"newwindowL", "height=900, width=800, scrollbars=yes, status=yes");
	}
	
	function openWindowP(url) {window.open(url, 
			"newwindowP", "height=490, width=450, status=yes");
	}
	
	function openWindowX(url) {window.open(url, 
			"newwindowX", "height=900, width=900, status=yes");
	}
	
	function InsertFlashButton()
{
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="20">\n');
  document.write('<param name="movie" value="flash/order1.swf" />\n');
  document.write('<param name="quality" value="high" />\n');
  document.write('<param name="bgcolor" value="#ffffff" />\n');
  document.write('<embed src="flash/order1.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" bgcolor="#ffffff"></embed>\n');
  document.write('</object>\n');
}

<!--
function externalLinks() {
if (!document.getElementsByTagName) return; 
var anchors = document.getElementsByTagName("a"); 
for (var i=0; i<anchors.length; i++) { 
var anchor = anchors[i]; 
if (anchor.getAttribute("href") && 
anchor.getAttribute("rel") == "external") 
anchor.target = "_blank";
} 
} 
window.onload = externalLinks;
// -->