/* KINETIC: NATURAL PRODUCT DISTRIBUTORS JAVASCRIPT Document */
/* Designer: Tim Pritchard */
/* Publisher: HBP Systems Limited */
/* Creation Date: 04 / 04 / 2007 */
/* Amendment Date: 04 / 04 / 2007 */

/*====================================================================================================*/



// Preload Images Start
    <!-- 

    if (document.images)
    {
      preload_image_object = new Image();
      // set image url
      image_url = new Array();
      image_url[0] = "kinetic_health_product_distributor_images/kinetic_natural_distributor_left_hand_highlight.jpg";

       var i = 0;
       for(i=0; i<=3; i++) 
         preload_image_object.src = image_url[i];
    }

    //-->    
// Preload Images End  
/*====================================================================================================*/

// Move Nav Column in FireFox

function firefox(){
if(navigator.userAgent.indexOf("Firefox")!=-1){
var versionindex=navigator.userAgent.indexOf("Firefox")+8
if (parseInt(navigator.userAgent.charAt(versionindex))>=1)
document.getElementById('kinetic_natural_product_distributor_left_hand_navigation_holder').style.marginLeft = "30px"
if(navigator.userAgent.indexOf("Safari")!=-1 || navigator.userAgent.indexOf("Opera")!=-1){
document.getElementById('kinetic_natural_product_distributor_left_hand_navigation_holder').style.marginLeft = "30px"
}
}
}

//Move Nav Column in IE 6
function movenav(){
version=0
if (navigator.appVersion.indexOf("MSIE")!=-1){
temp=navigator.appVersion.split("MSIE")
version=parseFloat(temp[1])
if (version>=6.5){ //NON IE browser will return 0
document.getElementById("kinetic_natural_product_distributor_left_hand_navigation_holder").style.marginLeft = "30px";
}
}
}

//Move View Item Section in IE 6
function moveviewitem(){
version=0
if (navigator.appVersion.indexOf("MSIE")!=-1){
temp=navigator.appVersion.split("MSIE")
version=parseFloat(temp[1])
if (version<=6.5){ //NON IE browser will return 0
document.getElementById("kinetic_natural_product_distributor_nearest_stockists_box").style.marginLeft = "235px";
}
}
}

// Swap Image
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

// Pop-Up Navigation

function brands(){
document.getElementById('kinetic_popup_navigation_category').style.display = "none";
document.getElementById('kinetic_popup_navigation_brands').style.display = "block";
}

function category(){
document.getElementById('kinetic_popup_navigation_brands').style.display = "none";
document.getElementById('kinetic_popup_navigation_category').style.display = "block";
}

function closepopup(){
document.getElementById('kinetic_popup_navigation_brands').style.display = "none";
document.getElementById('kinetic_popup_navigation_category').style.display = "none";
}

// swap background image in catalogue
function swapbackgroundimage() {
if(window.location!= "browse.php?department=HP120"){ 
document.getElementById('kinetic_each_item_catalogue').style.backgroundImage = "url(/kinetic_health_product_distributor_images/kinetic_natural_distributor_view_item_title.jpg)";  
}
}

// zoom function 
function zoom25(){
document.getElementById('zoom_image_25').style.display='block';
document.getElementById('zoom_image_50').style.display='none';
document.getElementById('zoom_image_75').style.display='none';
document.getElementById('zoom_image_100').style.display='none';
}
function zoom50(){
document.getElementById('zoom_image_25').style.display='none';
document.getElementById('zoom_image_50').style.display='block';
document.getElementById('zoom_image_75').style.display='none';
document.getElementById('zoom_image_100').style.display='none';
}
function zoom75(){
document.getElementById('zoom_image_25').style.display='none';
document.getElementById('zoom_image_50').style.display='none';
document.getElementById('zoom_image_75').style.display='block';
document.getElementById('zoom_image_100').style.display='none';
}
function zoom100(){
document.getElementById('zoom_image_25').style.display='none';
document.getElementById('zoom_image_50').style.display='none';
document.getElementById('zoom_image_75').style.display='none';
document.getElementById('zoom_image_100').style.display='block';
}

function events(){
document.getElementById('events_select').innerHTML = "<select onchange=window.location.href=this.options[this.selectedIndex].value><option selected>Select</option><option value=/events/bristol_organic_food_festival.htm title='Bristol Organic Food Festival'>Bristol Organic Food Festival</option><option value=/events/rude_health.htm>Rude Health</option><option value=/events/natrual_trade_show_harrogate.htm>NTS: Harrogate</option><option value=/events/cam_expo.htm>CAM Expo</option><option value=/events/the_well_being_show.htm>The Well Being Show</option><option value=/events/the_baby_shows.htm>The Baby Shows</option><option value=/events/natural_trade_show_brighton.htm>NTS: Brighton</option></select>"
}