var n=0;if (document.getElementById) n=1;function fold_text(block_num){if (n) {v = document.getElementById('fold'+block_num).style.display;v = (v == 'none') ? 'block' : 'none';document.getElementById('fold'+block_num).style.display = v;}return true;}
function nospam(user,domain) {locationstring = "mailto:" + user + "@" + domain;window.location = locationstring;}

function picload(tblines, clr, wdth)
{
    
	var source = "<table align=center cellspacing=0 cellpadding=3 rules=all border=0  style='border-width:0px;border-collapse:collapse;'>";

	source += "<TR>";
	source += "<td valign='middle' style='width:100%;'>";
	source += "<table width='100%' cellpadding=4 cellspacing=0 border=0>";
	source +=  "<TR>";
	source += "<td class='popup' align=left><img src='../swf/";
	//source += unescape(tblines);
	source += tblines;
	source += "' border='0' alt='' /></td>";
	source += "</TR>";

	source += "</table>";

    ddrivetip(source, clr, wdth);
}
