/**
 * als quasi-interface
 */

function go( where ){
  //window.status = 'Will go to \'' + where + '\'';
  frames[ "iframeconent" ].location = where;
}
