<!-- 
function newind1(x) 
{
ie=window.navigator.appName == "Microsoft Internet Explorer"
if (ie) {
 options = 'status,scrollbars,resizable';
 options1 = 'status,noscrollbars,noresizable';
// if (x == 0)
// w3 = window.open('inmak.html', 'w3', 'left=0, top=0, width=356, height=148'+ options);
if (x == 1)
w4 = window.open('philosophy.html', 'w4', 'left=0, top=0, width=750, height=700'+ options);
if (x == 2)
w5 = window.open('aboutus.html', 'w5', 'left=0, top=0, width=750, height=665');
if (x == 3)
w6 = window.open('aboutusr.html', 'w6', 'left=0, top=0, width=750, height=690');
if (x == 4)
w7 = window.open('philosophyr.html', 'w7', 'left=0, top=0, width=750, height=700'+ options);
if (x == 5)
w8 = window.open('newitems_g.html', 'w8', 'left=2, top=19, width=1250, height=650'+ options1);
if (x == 6)
w9 = window.open('pic/phaser_3140.jpg', 'w9', 'left=165, top=384, width=400, height=330'+ options1);
if (x == 7)
w10 = window.open('pic/hp-p1566.jpg', 'w10', 'left=65, top=38, width=1040, height=900'+ options1);
}
}
  // -->

