function update(url,style,titlename)
{
	document.getElementById('graphupdate').src='http://www.sharenet.co.za/delayed_graphreq.phtml?scode='+ url +'&style='+ style;
    document.getElementById('graphname').innerHTML=titlename;
}
