kitTmp='<br><table class="Kit_Components" width="100%"><tr><td style="border:none"><b><i>Kit Parts</b></td><td style="border:none" align=center><b><i>Qty</b></td></tr><!--COMPONENTS--></table>'

function buyFunc(str){
ImageReplace(str,'')
return false;
};

function ImageReplace(str,img){
if(str.elements['[ Image Rollover List ]...']){
var imageID=str.name.substring(3);
var imageFile=str.elements['[ Image Rollover List ]...'].value;
if(img==''){
eval("str.document.L"+imageID+"img.src='"+imageFile+"'");
}else{
eval("str.document."+img+".src='"+imageFile+"'");
};
};
} ;

function popupWin(url) {
  window.open(url,'popWin','scrollbars=yes,status=no,toolbar=no,resizable=yes,width=470,height=480');
}