<!-- Hide script from old browsers

function newWindow(strPage, winWidth, winHeight){
  		imageWind = window.open(strPage,'PopupWindow','resizable=yes,status=yes,scrollbars=yes,toolbar=no,Width=' + winWidth + ',Height=' + winHeight)
  		imageWind.focus()
}

function preLoad() {
        var aImages = new Array("images/bg_2.gif");
        var preLoad = new Array(); 
        for (i = 0; i < aImages.length; i++) { 
        preLoad[i] = new Image(); 
        preLoad[i].src = aImages[i]; 
	}
}


// End hiding script from old browsers -->
