// JavaScript Document
<!--
function funkIt(targ,selObj,restore){ //v3.0
  //eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  eval(targ+".location='http://portfolio.toneee.com/"+selObj.options[selObj.selectedIndex].value+".shtml'");
  if (restore) selObj.selectedIndex=0;
  }
//-->
