<!-- GALLERY POPUP WINDOW SCRIPT -->

function launch_bike( a ){
var bikeWin = window.open('','Bike','left=220, top=120, width=620, height=490, toolbar=no, scrollbars=no, resizable=yes');
bikeWin.document.write(
'<html><title>"Bates Used Cycle Parts"</title>',
'<body topmargin=10 bgcolor=white><table cellpadding=0 cellspacing=0 border=0>',
'<tr><td colspan=2><img src="' + a.href + '"></tr>',
'<tr><td align=right><p style="text-align: justify; font-family: Verdana; font-size=12; padding-top: 0px; margin-top: 8px; margin-left: 15px; margin-right: 15px;}"><b>' + a.caption + '</b></p></td><td><a href="parts_req.shtml" target="Parts Request"><p style="text-align: right; text-decoration: none;  font-family: Verdana; font-size:12; color: red; padding-top: px; margin-top: 8px; margin-left: 0px; margin-right: 15px;}"><b></u>Request Parts</a><script type="text/javascript">window.focus()</script></td></tr></body></html>');
bikeWin.document.close();}

<!-- END GALLERY POPUP WINDOW SCRIPT -->
