function cleartext()
{
document.download.q.value = ""
}

<!--
function addbm() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("Warez - Full downloads","http://www.oday-warez.com/",""); }
else { window.external.AddFavorite("http://www.oday-warez.com/","Warez - Full downloads"); } }
// -->

//Hide status bar msg II script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus