function test()
{
	var url = $.consts.root;
	var newurl = $.consts.mname +'/'+ $.consts.aname;
	alert (url);
}

function openwin(url) { 
	window.open(url,"","width=100%,height=100%");
} 
