function MenuAuto(filepath){
if (filepath != "")
 	{ 
		parent.location.href= filepath;
	}
 }