if (document.images) {
///////// PROFILE THUMBNAILS /////////
		image1 = new Image();      
		image1.src = "assets/bg.jpg"; 
		
		
	}
	
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;
		}

		
