
function formHandler(form)
{
var URL = document.jumpto.section.options[document.jumpto.section.selectedIndex].value;
//	window.location.href = URL;

if(URL == '') {
return;
}
else {
window.open(URL,name,'width=800,height=570,scrollbars=yes,toolbar=yes,location=yes,status=yes,menubar=no,resizable=yes,dependent=no');
}

}

document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td colspan="3"><img src="http://www.thefilmfactory.co.uk/ffbar/images/px.gif" width="1" height="2" alt="" border="0"></td>');
document.write('</tr>');
document.write('<form name="jumpto">');
document.write('<tr>');
document.write('<td><div><a href="http://www.thefilmfactory.co.uk/" target="_blank"><img src="http://www.thefilmfactory.co.uk/ffbar/images/ff-logo.gif" width="180" height="25" alt="" border="0"></a></div></td>');
document.write('<td><img src="http://www.thefilmfactory.co.uk/ffbar/images/ff-grad.gif" width="230" height="25" alt="" border="0"></td>');
document.write('<td width="99%" height="25" align="right" background="http://www.thefilmfactory.co.uk/ffbar/images/ff-bg.gif">');
document.write('<div style="padding-right:3px;">');
document.write('<select style="font:10px arial; width:148px; border-width:1px;" name="section" size=1 onChange="javascript:formHandler()">');
document.write('<option>Go to:');
document.write('<option value="http://www.thefilmfactory.co.uk/cinema/">Cinema');
document.write('<option value="http://www.thefilmfactory.co.uk/dvd/">DVD');
document.write('<option value="http://www.thefilmfactory.co.uk/clips/">Clips');
document.write('<option value="http://www.thefilmfactory.co.uk/exclusives/">Exclusives');
document.write('<option value="http://www.thefilmfactory.co.uk/register/">Register Now');
document.write('</select>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('</form>');
document.write('<tr>');
document.write('<td colspan="3"><img src="http://www.thefilmfactory.co.uk/ffbar/images/px.gif" width="1" height="3" alt="" border="0"></td>');
document.write('</tr>');
document.write('</table>');
