document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">');

document.write('<html><head><title>Minisoft India : ' + title1 + ' Viewer</title>');

document.write('<link rel=stylesheet href="'+ commonPath1 + 'viewer/viewer.css" type=text/css >');

document.write('</head><body class=body1>');
 
document.write('<table class=toptable1 cellspacing="0">');

document.write('<tr class=toprow1>');
document.write('<td class=logocell1><img src="' + commonPath1 + 'images/minisoft_logo250x60.gif"></td>');
document.write('<td class=buttoncell1>');
document.write('<a href = "javascript:firstPage( )" title="Title Page" onMouseOver="javascript:window.status=\'Go to the title page\';return true" onMouseOut="javascript:showPgnoInStatus( )"><img class=buttonimg1 src="' + commonPath1 + 'viewer/home.bmp"></a>');
// we use onClick instead of href,
//	so that pageno in window.status remains visible,
//	as we are cycling thru the images
document.write('<a href = "javascript:previousPage( )" title=Previous onMouseOver="javascript:window.status=\'Go to the previous page\';return true" onMouseOut="javascript:showPgnoInStatus( )"><img class=buttonimg1 src="' + commonPath1 + 'viewer/leftarrow.bmp"></a>');
document.write('<a href = "javascript:nextPage( )" title=Next onMouseOver="javascript:window.status=\'Go to the next page\';return true" onMouseOut="javascript:showPgnoInStatus( )"><img class=buttonimg1 src="' + commonPath1 + 'viewer/rightarrow.bmp"></a>');
document.write('<a href = "javascript:jumpForward( )" title="Jump Forward" onMouseOver="javascript:window.status=\'Jump ahead by 10 pages OR to the next section\';return true" onMouseOut="javascript:showPgnoInStatus( )"><img class=buttonimg1 src="' + commonPath1 + 'viewer/dblrightarrow.bmp"></a>');
document.write('</td>');
document.write('</tr>');

document.write('</table>');

document.write('<a name=heading1 class=heading1 ></a>');
document.write('<a name=heading2 class=heading2 ></a><br>');


document.write('<table class=centraltable1 cellspacing="0">');
document.write('<tr>');

document.write('<td class=centralcell1>');
document.write('<img name=centralimg class=centralimg1 onLoad="javascript:onImageLoad( )"></img><br>');
document.write('<a name=centraltext class=centraltext1 ></a><br>');
document.write('</td>');

document.write('<td class=centralcell2></td>');
document.write('</tr>');
document.write('</table>');




document.write('<table class=bottomtable1 cellspacing="0">');

document.write('<tr class=bottomrow1>');
document.write('<td class=logocell1><a name=pgno></a></td>');
document.write('<td class=buttoncell1>');
document.write('<a href = "javascript:firstPage( )" title="Title Page" onMouseOver="javascript:window.status=\'Go to the title page\';return true" onMouseOut="javascript:showPgnoInStatus( )"><img class=buttonimg1 src="' + commonPath1 + 'viewer/home.bmp"></a>');
// we use onClick instead of href,
//	so that pageno in window.status remains visible,
//	as we are cycling thru the images
document.write('<a href = "javascript:previousPage( )" title=Previous onMouseOver="javascript:window.status=\'Go to the previous page\';return true" onMouseOut="javascript:showPgnoInStatus( )"><img class=buttonimg1 src="' + commonPath1 + 'viewer/leftarrow.bmp"></a>');
document.write('<a href = "javascript:nextPage( )" title=Next onMouseOver="javascript:window.status=\'Go to the next page\';return true" onMouseOut="javascript:showPgnoInStatus( )"><img class=buttonimg1 src="' + commonPath1 + 'viewer/rightarrow.bmp"></a>');
document.write('<a href = "javascript:jumpForward( )" title="Jump Forward" onMouseOver="javascript:window.status=\'Jump ahead by 10 pages OR to the next section\';return true" onMouseOut="javascript:showPgnoInStatus( )"><img class=buttonimg1 src="' + commonPath1 + 'viewer/dblrightarrow.bmp"></a>');
document.write('</td>');
document.write('</tr>');

document.write('</table>');

document.write('</body></html>');

initialPage( );


