<!--
function openWindow() {
	window.open("","windowname",'resizable=yes,scrollbars=yes,width=480,left=220,height=450,top=220');
}

sver = navigator.appVersion.charAt(0)
if (navigator.appName == "Microsoft Internet Explorer") {
	document.write('<style type="text/css">\n');
	document.write('a.men:hover		{color:#ffffff; text-decoration:none; position:relative; top:0px; left:15px}\n');
	document.write('.sft			{position:relative; top:0px; left:15px}\n');
	document.write('</style>\n');
}
//-->