function writepic(color)
{
MM_preloadImages('/images/Lamp/LL3000/LL3000-'+color+'1.jpg','/images/Lamp/LL3000/LL3000-'+color+'2.jpg','/images/Lamp/LL3000/LL3000-'+color+'.jpg','/images/Lamp/Clamp-'+color+'.jpg','/images/ledlamp/merchantpage/leds.jpg','/images/ledlamp/merchantpage/'+color+'z.gif','/images/ledlamp/merchantpage/zbarpack.gif','/images/ledlamp/merchantpage/zbar5.gif');
document.write('<table align=center width=550px cellspacing=5 cellpadding=0>');
document.write('<tr>');
document.write('<td align=center height=540 >');
document.write('<img id="display" src="/images/ledlamp/merchantpage/'+color+'z.gif" >');
document.write('</td>');
document.write('<td valign=top align=right width=80 style="padding: 10 0 0 0">');
if(color=='WHT')
{
document.write('<table border=0 cellpadding=0 cellspacing=2><tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/ledlamp/merchantpage/'+color+'z.gif\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/merchantpage/WHTspecs.gif" ></a></td></tr>');
}
else
{
document.write('<table border=0 cellpadding=0 cellspacing=2><tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/ledlamp/merchantpage/'+color+'z.gif\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/merchantpage/specs.gif" ></a></td></tr>');
document.write('<table border=0 cellpadding=0 cellspacing=2><tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/Lamp/LL3000/LL3000-'+color+'.jpg\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/merchantpage/'+color+'0.gif" ></a></td></tr>');
document.write('<tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/Lamp/LL3000/LL3000-'+color+'1.jpg\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/merchantpage/'+color+'1.gif"></a></td></tr>');
document.write('<tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/Lamp/LL3000/LL3000-'+color+'2.jpg\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/merchantpage/'+color+'2.gif"></a></td></tr>');
}

if(color=='WHT')
{
document.write('<tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/Lamp/Clamp-SIL.jpg\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/merchantpage/Clamp.gif"></a></td></tr>');
}
else
{
document.write('<tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/Lamp/Clamp-'+color+'.jpg\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/merchantpage/Clamp.gif"></a></td></tr>');
}

document.write('<tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/ledlamp/merchantpage/leds.jpg\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/merchantpage/led.gif"></a></td></tr>');
document.write('<tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/ledlamp/merchantpage/zbarpack.gif\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/merchantpage/zbarpacksmall.gif"></a></td></tr>');
document.write('<tr><td><a href="javascript:void(0)" onclick="document.getElementById(\'display\').src=\'/images/ledlamp/merchantpage/zbar5.gif\'"><img style="border: 1px solid #888888;" src="/images/ledlamp/dim.gif"></a></td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');

}