
<!--

function openit(){
fineline=eval(win2=window.open("sitemap.asp","","width=190,height=300"))
width=(screen.width/2)-95
height=(screen.height/2)-150
fineline.window.moveTo(width,height)
win2.creator=self
}

function openregister(){
var EmailID
EmailID = document.RegisterNewUser.email.value
fineline=eval(win2=window.open("GrabNewUserInfo.asp?EmailID=" + EmailID,"","width=265,height=230"))
width=(screen.width/2)-132.5
height=(screen.height/2)-115
fineline.window.moveTo(width,height)
win2.creator=self
}

function openLogin(){
fineline=eval(win2=window.open("login.asp","","width=265,height=230"))
width=(screen.width/2)-132.5
height=(screen.height/2)-115
fineline.window.moveTo(width,height)
win2.creator=self
}

function openforgot(){
fineline=eval(win2=window.open("remembername.asp","","width=265,height=230"))
width=(screen.width/2)-132.5
height=(screen.height/2)-115
fineline.window.moveTo(width,height)
win2.creator=self
}

function goHist(a) {
	history.go(a);
}
//-->

