	var list = MT.rows;
	for (var i = 1; i < list.length; i++)
	{
	list[i].onmouseover = function(){this.style["backgroundColor"]= "#FFFF99";};
	list[i].onmouseout  = function(){this.style["backgroundColor"]="";};};
	function printTable()
	{
    var new_win = window.open();
	//var content = "<HTML><HEAD><STYLE>TABLE,TD,TH{BORDER:1PX SOLID}</STYLE></HEAD><BODY>" + document.getElementById('MDIV').innerHTML + "<BR>Created by SH5 v.2</BODY></HTML>";
	var content = "<HTML><HEAD><link rel='stylesheet' href='sh5.css' type='text/css'></HEAD><BODY>" + document.getElementById('HDIV').innerHTML+"<BR><BR>"+document.getElementById('MDIV').innerHTML + "<BR>Created by SH5 v.2 - http://www.tr4w.com/sh5</BODY></HTML>";
	
	new_win.document.write(content);
	}
	function sq(fn)
	{
	window.showModalDialog(fn, "","dialogHeight:10cm; dialogWidth:15cm")
	}
