/* -*- javascript -*-
     Copyright 2007 Jirko Cassuben.
     All Rights Reserved
     System        : DETAILS_JS :
     Object Name   : $RCS_FILE$
     Revision      : $REVISION$
     Date          : Wed Nov 21 03:17:30 2007
     Created By    : Jirko Cassuben, Jirko Cassuben
     Created       : Wed Nov 21 03:17:30 2007

     Last Modified : <071102.2017>
     ID            : $Id$
     Source        : $Source$
     Description
     Notes
*/
var ns4 = document.layers;
var ie4 = document.all;
var nn6 = document.getElementById && !document.all;

function goto(url,selector,toname)
{
  //alert(url);
  //alert(selector.selectedIndex);
  //alert(selector.options[selector.selectedIndex].value);
  if(selector.options[selector.selectedIndex].value!=0)
  {
  	location.href=url+"/"+selector.options[selector.selectedIndex].value+"/"+toname+"/";
 	}
  return false;
}
