if (document.images) {
///////// PROFILE THUMBNAILS /////////
		image1 = new Image();      
//		image1.src = "http://sitesys.vo.llnwd.net/o1/iscontent/14212/14222/assets/bg.jpg"; 
		
		image2 = new Image();      
//		image2.src = "http://sitesys.vo.llnwd.net/o1/iscontent/14212/14222/assets/index.jpg"; 
		
	}

function hideMe(l_obj){
	l_obj.style.visibility='hidden';
}
	
function popWin(url,height,width,toolbar,menubar,locationbar,scroll,resize,status,name) {

		var Browser
		var spec

		spec = "status="+status+",toolbar="+toolbar+",menubar="+menubar+",location="+locationbar+",scrollbars="+scroll+",resizable="+resize+",height="+height+",width="+width;

		remote = window.open(url, name, spec);
		remote.focus();
		remote.location.href = url;
		}

