function InsFileinFrm(x)
{
	document.write("<frameset rows='128,*' border='0' framespacing='0' frameborder='NO' cols='*'>");
	document.write("<frame  src='ui/public/english/pub_top_frm.html' name='top' marginwidth='0' marginheight='0' noresize frameborder='NO' scrolling='NO'>");
	document.write("<frameset cols='185,*'>");
	document.write("<frame  src='ui/public/english/pub_left_frm.html' name='LeftNav' marginwidth='0' marginheight='0' noresize frameborder='NO' scrolling='NO'>");
	document.write("<frame src=");
	document.write(x);
	document.write(" name='Body'>");
	document.write("</frameset></frameset>");		
}
