//******** all.js - http://www.kulturpixel.de - (c) hsulzer@t-online.de - 2007 ********//

var url ='';

function allComment()
 {
  document.myform.about.value='all'  
 }
 
function takeValue()
 {
   document.myform.snumber.value=document.myform.srandom.value
 }

