function LoadMyFile (fileToLoad)
{
	text = '<frameset cols=\"17%,66%,*\"> <frame src=\"MainListPDF.htm\" name=\"MainListPDF\" marginwidth=\"5\" marginheight=\"5\" frameborder = 0 noresize=yes> <frame src=\"' + fileToLoad + '\" name=\"stotraframe\" marginwidth=\"5\" marginheight=\"5\" frameborder = 0 noresize=yes> <frame src=\"Right.htm\" name=\"_rightframe\" marginWidth=5 marginHeight=5 frameBorder=0 noresize=yes> </frameset>';
	document.write (text);
}

