function Redirect(filename) {
	if (filename) {	
		window.location = filename + '.asp' 
	}
}