

//print searchBox in menu system
function searchBox() {

	if (navigator.appName == "Microsoft Internet Explorer") {

		document.write('<table cellpadding="0" cellspacing="0" width="217" border="0" class="menu" bgcolor="#FF9900" background="images/menu/search_bg2.gif">'
		  + '<tr> '
		  + '<td> '
		  + '<form name="search_ringtone_form" method="post" action="http://ringtones.frostzone.com/search.htm">'
		  + '<input type="radio" name="searchfield" value="artist" checked>'
		  + 'Artist '
		  + '<input type="radio" name="searchfield" value="title">'
		  + 'Title '
		  //+ '<input type="radio" name="radiobutton" value="radiobutton">'
		  //+ 'Web '
		  + '<table width="195" border="0" cellspacing="0" cellpadding="0" align="center">'
		  + '<tr> '
		  + '<td> '
		  + '<input type="text" name="searchterm" size="15">'
		  + '</td>'
		  + '<td> '
		  + '<input type="hidden" name="submitted" value="1">'
		  + '<input type="image" border="0" name="imageField" src="http://www.frostzone.com/images/menu/frostzone_ringtones_search.gif" width="81" height="24">'
		  + '</td>'
		  + '</tr>'
		  + '</table>'
		  + '</form>'
		  + '</td>'
		  + '</tr>'
		  + '</table>');

	} //end if

} //end searchbox