username = ggetCookie("username");



document.write('<TABLE WIDTH=300 BORDER=0 CELLPADDING=0 CELLSPACING=0>');
document.write('	<tr><form method="get" action="javascript: ghome();" enctype="application/x-www-form-urlencoded" name="qform">');
document.write('	<td width="40" valign="top">');
document.write('	</td>');
document.write('	<td valign="top" width="120">');
document.write('		<table cellspacing="1" cellpadding="0" border="0">');
document.write('			<tr>');
document.write('				<td><font class="black2"><nobr><input type="radio" name="extrascol1" value="2d" checked> All Plates</nobr></font></td>');
document.write('			</tr>');
document.write('			<tr>');
document.write('				<td>');
document.write('				<font class="black2"><nobr><input type="radio" name="extrascol1" value="hdr"  > HDRi Plates</nobr></font>');
document.write('				</td>');
document.write('			</tr>');
document.write('		</table>');
document.write('	</td>');
document.write('	<td width="5" valign="top">');
document.write('	</td>');
document.write('	<td valign="top" width="120">');
document.write('		<table cellspacing="1" cellpadding="0" border="0">');
document.write('			<tr>');
document.write('				<td><font class="black2"><nobr><input type="radio" name="extrascol1" value="hdd"  >&nbsp;HDRi Domes</nobr></font></td>');
document.write('			</tr>');
document.write('			<tr>');
document.write('				<td>');
document.write('					<font class="black2"><nobr><input type="radio" name="extrascol1" value="designdomes"  > Design HDRi Domes</nobr></font>');
document.write('				</td>');
document.write('			</tr>');
document.write('		</table>');
document.write('	</td>');
//document.write('	<td width="5" valign="top">');
//document.write('	</td>');
//document.write('	<td valign="top">');
//document.write('		<br>');
//document.write('		<input type="image" name="Search" src="/graphics/button_go.gif" alt="Start Search" border="0" onclick="ghome(); return false" vspace="2" />');
//document.write('	</td>');
document.write('        </TR>');
document.write('        </form>');
document.write('</TABLE>');

