// randomBanner = new Array(2);
// randomBanner[0] = '<div style="display: none"><div id="TriAdLock"><a href="http://www.coldsteel.com/triadlock1.html"><img alt="Tri-Ad Lock" src="http://lib.store.yahoo.net/lib/csstoreonline/Triad-Lock.jpg" /></a></div></div>';
// randomBanner[1] = '<div style="display: none"><div id="TriAdLock"><a href="http://www.coldsteel.com/triadlock1.html"><img alt="Tri-Ad Lock" src="http://lib.store.yahoo.net/lib/csstoreonline/Triad-Lock-Banner2.jpg" /></a></div></div>';
// arrayIndex = Math.floor(Math.random()*randomBanner.length);

window.onload = function emailPage() {
    document.getElementById('email1').href = 'http://form.coldsteel.com/Share-Link.aspx?lnk=' + window.location;
    }
    
$(document).ready(function() {  
	$(".ShareBox").colorbox({ width: "410px", height: "430px", iframe: true });
	$("a[rel='CS_Box']").colorbox();
	$(".Video640").colorbox({width:"685px", height:"455px", iframe:true});
	$(".Video480").colorbox({width:"525px", height:"455px", iframe:true});
//	if ($.cookie('CS-TriadLock') != 'show') {
//	$('#TriAdLock').show();
//	$.fn.colorbox({ 'href': '#TriAdLock', 'open': true, 'inline': true, 'width': '725px', 'height': '375px' });
//	$().bind('cbox_closed', function() {
//	    $('#TriAdLock').hide();
//	});
//	$.cookie('CS-TriadLock', 'show');
//    }
});

function HeaderNav() {
	$(" #HeaderNav ul ").css({ display: "none" });
	$(" #HeaderNav li").hover(function() {
		$(this).find('ul:first').css({ visibility: "visible", display: "none" }).show(350);
	}, function() {
		$(this).find('ul:first').css({ visibility: "hidden" });
	});
}
$(document).ready(function() {
HeaderNav();
});
function ProductNav() {
	$(" #ProductNav ul ").css({ display: "none" });
	$(" #ProductNav li").hover(function() {
		$(this).find('ul:first').css({ visibility: "visible", display: "none" }).show(350);
	}, function() {
		$(this).find('ul:first').css({ visibility: "hidden" });
	});
}
$(document).ready(function() {
ProductNav();
});
        