var swindow=null;
function launchsite(){
	if(swindow!=null&&swindow.open)swindow.close();
	swindow=null;
	windowx=(screen.width)?(screen.width/2)-300:100;
	windowy=(screen.height)?(screen.height/2)-210:100;
	windowstr="width=700,height=480,top="+windowy+",left="+windowx+",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";
	swindow=window.open("site.html","NoKTuRNL",windowstr);
	if(swindow.focus)swindow.focus();
}
var forumwindow=null;
function launchforum(postdoc){
	if(forumwindow!=null&&forumwindow.open)forumwindow.close();
	forumwindow=null;
	windowx=(screen.width)?(screen.width/2)-350:100;
	windowy=(screen.height)?(screen.height/2)-240:100;
	windowstr="width=720,height=480,top="+windowy+",left="+windowx+",scrollbars=yes,location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=no";
	forumurl="forum.html";
	if(postdoc!=null)forumurl+="?x="+postdoc;
	forumwindow=window.open(forumurl,"NoKTuRNLFeedback",windowstr);
	if(forumwindow.focus)forumwindow.focus();
}
if(top.location==self.location&&top.location.href.indexOf("C:")==-1){
	tempstr="ecalper.noitacol.wodniw";urlstr="";
	for(i=tempstr.length;i>-1;i--){
		urlstr+=tempstr.charAt(i);
	}
	//eval(urlstr+"('http://www.nokturnl.com')");
}