// For Additional Product Images Scroll Bar 
var speed = 5;
var grap  = 205;

//For clients kit designer added by gaz window.open ('../images/KitDesignFlash/KitDesigner.html','_blank','width=800,height=600,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');
function popupKitDesigner()
{
  var windowW = 800;
  var windowH = 600;
  var windowX = (screen.availWidth-windowW)/2;
  var windowY = (screen.availHeight-windowH)/2;
  window.open('../images/KitDesignFlash/KitDesigner.html','_blank','left=' + String(windowX) + ',top=' + String(windowY) + ',width=' + String(windowW) + ',height=' + String(windowH) + ',location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');
}
