
var myBrowser = navigator.appVersion;

if (myBrowser.indexOf("3.") == 0) {
	window.open("http://links.math.rpi.edu/devmodules/shared/html/required.html", "fixIt", 	"width=600,height=540,resizable=no,status=no,menubar=yes,scrollbars=yes" );
} else if (myBrowser.indexOf("2.") == 0) {
	window.open("http://links.math.rpi.edu/devmodules/shared/html/required.html", "fixIt", 	"width=600,height=540,resizable=no,status=no,menubar=yes,scrollbars=yes" );
}
