function gomail() 
{	if  (browser == "netscape" || browser == "firefox")
		{if (res>600)
		window.location="http://www.citadel-records.com/mailorder/net768.html"
		else window.location="http://www.citadel-records.com/mailorder/net600.html"}
 	else		{
		if (res>600)
		window.location="http://www.citadel-records.com/mailorder/768.html"
		else window.location="http://www.citadel-records.com/mailorder/600.html"}
}
