function updates()
{
	var updatenews = "Home Department, Government of the Punjab Pakistan has selected Docwerx as an eGovernance solution and office automation system."
	
	document.getElementById("update").innerHTML=updatenews;
}

function OpenWindowResizableNoMenu(url) {
	window.open (url,'',config='height=500,width=600,titlebar=yes,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
}
