function AddToFaves_hp(){
var is_4up = parseInt(navigator.appVersion);
var is_mac   = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie   = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = "http://www.fbsdemo.co.uk/store";
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac) 
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}

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>'