function updateWin(url)
 {
 updateWindow = window.open(url,'update','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=455,height=570');
 }

function openindex(width,height,theurl)
      { 
			OpenWindow=window.open(theurl, "newwin", "height="+height+", width="+width+",toolbar=no,scrollbars="+1+",menubar=no,resizable=yes");
self.name="main";
     }
		 
function gofaq(pid,fid) {
	var theURL = "#application.path#gfaqs.cfm/spid/"+pid+"/sfid/"+fid+"#t#"; window.top.location.href=theURL;
}
function gothread(pid,qid) {
	var theURL = "#application.path#gviewthread.cfm/pid/"+pid+"/qid/"+qid+"#t#";
	window.top.location.href=theURL;
}
function goforum(pid) {
	var theURL = "#application.path#gthreadminder.cfm/lev2/1/lev3/1/pid/"+pid+"#t#";
	window.top.location.href=theURL;
}
function golink(pid) {
	var theURL = "#application.path#glinks.cfm/lev2/1/lev3/1/pid/"+pid+"#t#";
	window.top.location.href=theURL;
}