

function openWin(URL,winName) {
	popupWin = window.open(URL, winName, 'TOPMARGIN=0,LEFTMARGIN=0,width=650,height=550,left=0,top=0,status=0,scrollbars=yes,resizable=0')
}



	if (document.images) 
	{


	off1 = new Image (128,32); off1.src="/images/link/button_off_biog.gif";
	off2 = new Image (128,32); off2.src="/images/link/button_off_disco.gif";
	off3 = new Image (128,32); off3.src="/images/link/button_off_news.gif";
	off4 = new Image (128,32); off4.src="/images/link/button_off_events.gif";
	off5 = new Image (128,32); off5.src="/images/link/button_off_flyer.gif";
	off6 = new Image (128,32); off6.src="/images/link/button_off_pic.gif";
	off7 = new Image (128,32); off7.src="/images/link/button_off_vid.gif";
	off8 = new Image (128,32); off8.src="/images/link/button_off_shop.gif";
	off9 = new Image (128,32); off9.src="/images/link/button_off_cont.gif";
	
	on1 = new Image (128,32); on1.src="/images/link/button_on_biog.gif";
	on2 = new Image (128,32); on2.src="/images/link/button_on_disco.gif";
	on3 = new Image (128,32); on3.src="/images/link/button_on_news.gif";
	on4 = new Image (128,32); on4.src="/images/link/button_on_events.gif";
	on5 = new Image (128,32); on5.src="/images/link/button_on_flyer.gif";
	on6 = new Image (128,32); on6.src="/images/link/button_on_pic.gif";
	on7 = new Image (128,32); on7.src="/images/link/button_on_vid.gif";
	on8 = new Image (128,32); on8.src="/images/link/button_on_shop.gif";
	on9 = new Image (128,32); on9.src="/images/link/button_on_cont.gif";
	
	}
	
	
	function imageChange (imgDocID,imgObjName) 
	{
    	if (document.images)
    	{
    	document.images[imgDocID].src = eval(imgObjName + ".src");
    		}
	}
	
	
	function preLoadImages()
     {
          var myImgCache = new Array();
          myImgCache[myImgCache.length] = new Image();
          myImgCache[myImgCache.length-1].src = '/border_new/logo_tleft.gif';
          myImgCache[myImgCache.length] = new Image();
          myImgCache[myImgCache.length-1].src = '/border_new/logo_top.gif';
          myImgCache[myImgCache.length] = new Image();
          myImgCache[myImgCache.length-1].src = '/border_new/logo_tright.gif';
          myImgCache[myImgCache.length] = new Image();
          myImgCache[myImgCache.length-1].src = '/border_new/logo_bleft.gif';
          myImgCache[myImgCache.length] = new Image();
          myImgCache[myImgCache.length-1].src = '/border_new/logo_bottom.gif';
          myImgCache[myImgCache.length] = new Image();
          myImgCache[myImgCache.length-1].src = '/border_new/logo_bright.gif';
          myImgCache[myImgCache.length] = new Image();
          myImgCache[myImgCache.length-1].src = '/images/iration_steppas1.gif';
          myImgCache[myImgCache.length] = new Image();
          myImgCache[myImgCache.length-1].src = '/images/spiritual_warriors1.gif';
          myImgCache[myImgCache.length] = new Image();
          myImgCache[myImgCache.length-1].src = '/images/thevanguardofdub.gif';
     }
     preLoadImages();