window.defaultStatus='Stargate Archive - Your Number One Source For All Things Stargate';

///anti copy protection
function disableselect(e){ return false; }
		function reEnable(){ return true; }
		document.onselectstart = new Function ("return false");
		if(window.sidebar){
			document.onmousedown = disableselect;
			document.onclick = reEnable;
		}
		
///Window Pop Up
function Popup(url) {
	var width = 583;
	var height = 460;
	var left = (screen.width-width)/2;
	var top = (screen.height*0.8-height)/2;
		
	newWin = window.open(url, "popup", "width="+width+",height="+height+",toolbar=no,location=no,directories=no,resizable=no,status=no,menubar=no,screenX=100,screenY=100, left="+left+", top="+top);
}

