<!--
function change(index,color)
{
  index.style.color=color;
}

function rechange(index,color)
{
  index.style.color=color;
}

function openwin(imgfile,title){
  alert(imgfile);
  window.open("/products/prdFront_img.php?imgfile="+imgfile+"&title="+title,"thiswin","width=600,height=150");
}

function winopen(releaseNote_flag,pdid,type){

  if(releaseNote_flag==1)

    window.open("/download/releaseNote.php?pdid="+pdid+"&type="+type,"thiswin","width=470,height=405");

  else if(releaseNote_flag==0)

    window.open("/download/download_license.php?pdid="+pdid+"&type="+type,"thiswin","width=470,height=405");

}

function gotourl(obj){
	if(obj.options[obj.selectedIndex].value!=""){
  //win = window.open(obj.options[obj.selectedIndex].value,"","width=1024,height=768,location=1,status=1,toolbar=1,scrollbars=1,menubar=1,resizable=1");
  //win.window.focus();
  location.href=obj.options[obj.selectedIndex].value;
  				}
                }
function winopen_docs(mid,type){

    window.open("/download/download_license.php?pdid="+mid+"&type="+type,"thiswin","width=470,height=405");

}
//-->