



<!-- Idea by:  Nic Wolfe -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=450,height=235,left = 10,right = 10, top = 20');");
}
// End -->






//Initialization for Product Scroller
	$(document).ready(function(){
		// necessary for the product scroller
		$(function() {
			$(".scroller").jCarouselLite({
				btnNext: ".rightScroll",
				btnPrev: ".leftScroll",
				visible: 5,
				listHeight: "160"
			});
		});

	});	
	
//Initialization of shadowbox
Shadowbox.init({
	language: 'en',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp'],
	handleOversize: "resize",
	autoDimensions: true
});




  /* EXAMPLE */
  /* string argument can be any CSS selector */
  /* .png_bg example is unnecessary */
  /* change it to what suits you! */

//Browser Detection for IE6
/*
function detectBrowser()
{
var browser=navigator.appName;
var b_version=navigator.appVersion;
var IE6=(navigator.userAgent.toLowerCase().indexOf('msie 6') != -1) && (navigator.userAgent.toLowerCase().indexOf('msie 7') == -1);
if ((IE6) && (browser=="Microsoft Internet Explorer"))
{ 
Shadowbox.open({
					    player:'iframe',
				        content:'/includes/alert.php',
						height: 200,
	                 	width: 480,
						title:'Browser Alert',
						options:{
                            modal: false // <-- this is actually the default!
                           
                            }
				});
}

  
}

*/
// Initialization of tool tip for shipping dates on header


// JavaScript Document

