document.write('<FORM name=thisForm method=post>')
document.write('<table cellspacing=0 cellpadding=5 width=100 align=center border=0>')
document.write('<tr>')
document.write('<td>')
document.write('<select class=dropdown name=fastlink>')
document.write('<option value=index.html selected>Select Movie: &nbsp;</option>')
document.write('<option value=movieview_audi1.htm>&nbsp; -> Spiderman 2</option>')
document.write('<option value=movieview_audi2.htm>&nbsp; -> Julie</option>')
document.write('<option value=movieview_audi3.htm>&nbsp; -> Gayab</option>')
document.write('<option value=movieview_audi4.htm>&nbsp; -> Mujhse Shaadi..</option>')
document.write('</select>')
document.write('</td>')
document.write('</td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td><a href="javascript:jumpPage(document.thisForm.fastlink)"><img alt=Go src="images/go_green.gif" border=0></a>')
document.write('</td>')
document.write('</tr>')
document.write('</table>')
document.write('</FORM>')


















