function return_(form){
	void(window.open("http://www.gsminfo.ro/search.php?ss="+escape(form.ss.value)));
	return false;
}
 
/*
function return_(form){
	if (form.ss.value.length>0 ) {
		return true 
	}
	else{
		alert('Va rugam introduceti cuvintele cheie!')	
		form.ss.focus();
		return false;
	}
}
*/

content = '<table width="' + width + '" cellpadding="0" cellspacing="0">';
content += '<tr>';
content += '	<td>';
content += '	<table cellpadding="0" cellspacing="0" width="' + width +'">';
content += '	<tr>';
content += '		<td width="100"><a href="http://www.gsminfo.ro" title="GsmInfo.ro - telefoane mobile, informatii gsm, service gsm, noutati, forum, jocuri, logo si sonerii"><img src="http://www.gsminfo.ro/images/sigla-gsminfo.gif" width="100" height="24" border="0" alt="GsmInfo.ro - telefoane mobile, informatii gsm, service gsm, noutati, forum, jocuri, logo si sonerii"></a></td>';
content += '		<td width="' + (width-100) +'" valign="bottom">';
content += '			<table width="' + (width-100) +'" height="12" cellpadding="0" cellspacing="0">';
content += '			<tr>';
content += '				<td valign="middle" colspan="2" height="1" bgcolor="' + color +'"><img src="http://www.gsminfo.ro/images/spacer.gif" width="'+ (width - 100) +'" height="1"></td>';
content += '			</tr>';
content += '			<tr>';
content += '				<td height="1"><img src="http://www.gsminfo.ro/images/spacer.gif" width="' + (width-100-1) +'" height="1"></td>';
content += '				<td align="right" valign="bottom" bgcolor="' + color +'"><img src="http://www.gsminfo.ro/images/spacer.gif" width="1" height="11"></td>';
content += '			</tr>';
content += '			</table>';
content += '		</td>';
content += '	</tr>';
content += '	</table>';
content += '	</td>';
content += '</tr>';
content += '<tr>';
content += '	<td>';
content += '	<table cellpadding="0" cellspacing="0" width="' + width +'">';
content += '	<tr>';
content += '		<td align="left" width="'+ padding +'"><img src="http://www.gsminfo.ro/images/spacer.gif" width="'+ padding +'" height="1"></td>';
content += '		<td align="left" width="1" bgcolor="'+ color +'"><img src="http://www.gsminfo.ro/images/spacer.gif" width="1" height="1"></td>';
content += '		<td style="padding:3px;">';
content += '			<span style="font-size:11px;">Totul despre telefonia mobila!</span><br>';
content += '			<form name="gsminfo_search" method="GET" action="http://www.gsminfo.ro/search.php" style="margin:0px;padding:0px;" onsubmit="return return_(this);"><table cellpadding="0" cellspacing="0"><tr><td valign="middle">';
content += '			<input type="text" name="ss" maxlength="255" style="background-color:FFFFFF;border-color:#6CA7EF;border-style:solid;border-width:1px;height:16px;font-size:10px;width:'+(width-padding-40-2)+'px;" title="Introduceti cuvintele cheie">';
//content += '			<input type="submit" value="cauta" style="background-color:'+color+';border-color:#6CA7EF;border-style:solid;border-width:1px;height:16px;font-size:10px;width:50px;">';
content += '			</td><td style="padding-left:10px;" valign="middle"><input type="image" src="http://www.gsminfo.ro/images/banner-cauta.jpg" width="19" height="25" title="Cauta"></td></tr></table>';
content += '			</form>';
content += '		</td>';
content += '		<td align="right" width="1" valign="bottom" bgcolor="'+ color +'"><img src="http://www.gsminfo.ro/images/spacer.gif" width="1" height="11"></td>';
content += '	</tr>';
content += '	</table>';
content += '	</td>';
content += '</tr>';
content += '<tr>';
content += '	<td>';
content += '	<table cellpadding="0" cellspacing="0" height="1" width="'+ width +'">';
content += '	<tr>';
content += '		<td align="left" width="'+ padding +'" height="1"><img src="http://www.gsminfo.ro/images/spacer.gif" width="'+padding+'" height="1"></td>';
content += '		<td align="left" height="1" bgcolor="'+ color +'"><img src="http://www.gsminfo.ro/images/spacer.gif" width="1" height="1"></td>';
content += '	</tr>';
content += '	</table>';
content += '	</td>';
content += '</tr>';
content += '</table>';


document.write(content);
