/*
This function shows menu data

*/


function buildmenu(mStDatastr)
{

	document.write(mStDatastr);

}
