function sortme(str)
{
	document.frmsort.sortkey.value=str;
	document.frmsort.submit();		
				
}
			

function sortome()
{
	/*document.frmsort.action="sortedlisting.asp";*/
	document.frmsort.submit();
}
function callSWF()
{
	var so = new SWFObject("../images/menuinner.swf", "Index", "250", "550", "8", "#E8E8DD");  
	so.write("myFlash");  
}
