
if(screen.width == 1280) 
{
  document.write("<scr"+"ipt language=JavaScript src=include/dropdown1280.js><\/scr"+"ipt>");
  
}
else if(screen.width == 1152) 
{
  document.write("<scr"+"ipt language=JavaScript src=include/dropdown1152.js><\/scr"+"ipt>");
 
}

else if(screen.width == 800) 
{
  document.write("<scr"+"ipt language=JavaScript src=include/dropdown800.js><\/scr"+"ipt>");
 
  
}
else if(screen.width == 1024)
{
document.write("<scr"+"ipt language=JavaScript src=include/dropdown.js><\/scr"+"ipt>");
}
else if(screen.width == 1400) 
{
  document.write("<scr"+"ipt language=JavaScript src=include/dropdown1400.js><\/scr"+"ipt>");
 
  
}
else 
{
  document.write("<scr"+"ipt language=JavaScript src=include/dropdown1600.js><\/scr"+"ipt>");
 
  
}

