function populateTopNav(help_str)
{
document.write("<form name='Qlinks' method='POST'><TABLE cellSpacing=0 cellPadding=0 width='1500px' border=0 height='58' align='center'><TBODY><TR><TD vAlign=bottom align=left height=58 width='36%' ><scr" + "ipt language='JavaScript1.2' src='coolmenus4.js'></sc" + "ript><scr" + "ipt type='text/javascript' src='menu.js'></sc" + "ript><img src='../images/SangeetLogo1WEB_t.gif'  border=0 usemap='#Map2' align='left'><img src='../images/instruments/banner_dsp_1.gif'   border=0 usemap='#Map2' align='left'  ></TD></TR><TR><td height=20 bgcolor='#333333' colspan='3'><div align='right'> </div></td></TR></TBODY></TABLE></form>");
}
function submitData(){
	alert("Needs to be implemented");
}

function goThere(my_flg){
  var newWindow = null;
  var theLink = document.Qlinks.Qlist[document.Qlinks.Qlist.selectedIndex].value;
  var same_page_links_cnt = 1;
 
  if ((my_flg == null) || (my_flg == 0)) 
	same_page_links_cnt = 1;

  if (theLink != ""){
   if (document.Qlinks.Qlist.selectedIndex <= same_page_links_cnt){
      document.Qlinks.Qlist.selectedIndex=0;
      newWindow = window.open(theLink,'','menubar,toolbar,location,directories,status,scrollbars,resizable,height=600,width=800,left=100,top=100');
    }else{
      document.Qlinks.Qlist.selectedIndex=0;
      newWindow = window.open(theLink,'','menubar,toolbar,location,directories,status,scrollbars,resizable,height=600,width=800,left=100,top=100');
      newWindow.focus();
    }
  }
  document.Qlinks.Qlist.selectedIndex=0;
}
var img="banner_dsp_1.gif";
window.onresize = resize(img);
	

function resize(img)
{
if(img.width>800)
{

img.height = 100;
img.width = document.documentElement.clientWidth-400;

}
} 
