
  <!--
	//preload feature detail
	img01_imgOFF = new Image;img01_imgOFF.src = 'img/dem1.jpg';
	img01_imgON = new Image;img01_imgON.src   = 'img/dem1n.jpg';
	img02_imgOFF = new Image;img02_imgOFF.src = 'img/dem2.jpg';
	img02_imgON = new Image;img02_imgON.src   = 'img/dem2n.jpg';
	img03_imgOFF = new Image;img03_imgOFF.src = 'img/dem3.jpg';
	img03_imgON = new Image;img03_imgON.src   = 'img/dem3n.jpg';
	img04_imgOFF = new Image;img04_imgOFF.src = 'images/dem4.jpg';
	img04_imgON = new Image;img04_imgON.src   = 'images/dem4n.jpg';

 
	//swap images
	function swapImage(id,name)
	{ if (document.images) 
	    { document.images[id].src=eval(name+".src"); }
	}

    //------------------------
	//mouse over
	function img01enter()
	{ swapImage('img01_img','img01_imgON');
		document.body.style.cursor = 'pointer';
//		cursor = 'pointer';

 	  return false; }

	//mouse out
	function img01exit()
	{
	   swapImage('img01_img','img01_imgOFF');
	   document.body.style.cursor = 'default';
//	   cursor = 'default';
 	  return true; } 

    //------------------------
	//mouse over 
	function img02enter()
	{ swapImage('img02_img','img02_imgON');
 	  return false; }

	//mouse out
	function img02exit()
	{
	   swapImage('img02_img','img02_imgOFF');
 	  return true; } 

    //------------------------
	//mouse over 
	function img03enter()
	{ swapImage('img03_img','img03_imgON');
	  document.body.style.cursor = 'pointer';
 	  return false; }

	//mouse out
	function img03exit()
	{
	   swapImage('img03_img','img03_imgOFF');
	   document.body.style.cursor = 'default';
	   
 	  return true; } 

    //------------------------
	//mouse over 
	function img04enter()
	{ swapImage('img04_img','img04_imgON');
 	  return false; }

	//mouse out
	function img04exit()
	{
	   swapImage('img04_img','img04_imgOFF');
 	  return true; } 
 

//     function open_window(site) {
//		 open_newwindow('http://www.cnn.com');
//	 }

	function open_window(site) {
	var wt = 640;
	var ht = 480;
//	small_window = window.open(site,'nasipit_pic', 'width=' + wt + ', height=' + ht + ', left=' + (window.screen.width - wt - 10) + ',top=2, scrollbars=yes, resizable=yes');
	
//	window.location.href='/downloads.html';
	window.location.href='/downloads/PANCROMATrialVersion.exe';


  
  }	
  
 	function open_window2(site) {
 	var wt = 640;
 	var ht = 480;
 	small_window = window.open(site,'nasipit_pic', 'width=' + wt + ', height=' + ht + ', left=' + (window.screen.width - wt - 10) + ',top=2, scrollbars=yes, resizable=yes');
 
  }	

//-->


