<!--
if (navigator.appName.indexOf('Internet Explorer') != -1 ) {
	// Internet Explorer
	document.write('<frameset rows=\"120,*\" cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"NO\"><frame src=\"top.html\" marginwidth=\"0\" marginheight=\"0\" noresize scrolling=\"no\" name=\"top\"><frame src=\"body.html\" marginwidth=\"0\" marginheight=\"0\" name=\"body\"></frameset>');
} else if (navigator.appName.indexOf('Netscape') != -1 && navigator.userAgent.indexOf('Netscape6') != -1) {
	// Netscape 6.x
	document.write('<frameset rows=\"124,*\" cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"NO\"><frame src=\"top.html\" marginwidth=\"0\" marginheight=\"0\" noresize scrolling=\"no\" name=\"top\"><frame src=\"body.html\" marginwidth=\"0\" marginheight=\"0\" name=\"body\"></frameset>');
} else {
	// Netscape 4.x or other
	document.write('<frameset rows=\"126,*\" cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"NO\"><frame src=\"top.html\" marginwidth=\"0\" marginheight=\"0\" noresize scrolling=\"no\" name=\"top\"><frame src=\"body.html\" marginwidth=\"0\" marginheight=\"0\" name=\"body\"></frameset>');
}
//-->	
