var improCssDdl2Val = "improCssDdl2Val";
var menubgcolor='#7f7f7f'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
var global_id;
var LiveXMLpath = "";
var flashXMLpath = "";

function jumpURL(strURL) {
	location.href=strURL;
}

function sendAnalyticsEvent(str){
	ns = s_account; 
	if(str!=null){
		ns+=","+str;
	}
//alert(ns);
	void(s_gs(ns));
}

function checkXSLvar(QSvar){

	var hc_CB_IDs = new Array(227954,357262,361400);
		hc_CB_IDs[227954] = "flash/player3.xml";
		hc_CB_IDs[357262] = "flash/player4.xml";
		hc_CB_IDs[361400] = "flash/player2.xml";
		hc_CB_IDs[225804] = "flash/player1.xml";
		
	var LiveXMLpath = hc_CB_IDs[QSvar];
	
	if(LiveXMLpath != ""){
			flashXMLpath = LiveXMLpath;
		}
		else
		    flashXMLpath = "flash/player3.xml";
}


function expandFlashDiv() {
    document.getElementById('verticalFlashContainer').style.height = '400px';
}

function collapseFlashDiv() {
    document.getElementById('verticalFlashContainer').style.height = '280px';
}


function popWin(in_url, w, h){
	var t = (screen.availHeight - h) / 2;
	var l = (screen.availWidth - w) / 2;

	var popWindow = window.open(in_url, 'popWindow', 'height=' + h + ',width=' + w + ',top=' + t + ',left=' + l + ',resizable=yes,scrollbars=yes');

	popWindow.window.focus();
    popWindow.resizeTo(w,h);

}

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=document.getElementById(what).innerHTML;

}


var Open = ""
var Closed = ""

function showhideLeftNav(what){
if (document.getElementById(what).style.display=='none'){
document.getElementById(what).style.display='';
}
else{
document.getElementById(what).style.display='none'
}
}


function dropdownmenu(obj, e, menucontents, menuwidth, id){	

	if(id==1){
	global_id=id;	
	document.getElementById("dropmenudiv").className="red";	

	}
	if(id==2){
	global_id=id;	
	document.getElementById("dropmenudiv").className="blue";	
	}
 
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
//alert(menucontents)
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=(dropmenuobj.x-clearbrowseredge(obj, "rightedge")) +"px"

if (global_id == 1){
dropmenuobj.style.top=(dropmenuobj.y-clearbrowseredge(obj, "bottomedge")) + 8 +obj.offsetHeight+"px"
}

if (global_id == 2){
dropmenuobj.style.top=(dropmenuobj.y-clearbrowseredge(obj, "bottomedge"))+obj.offsetHeight+"px"
}


}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
if(global_id==1){
delayhide=setTimeout("hidemenu()",disappeardelay)
}
if(global_id==2){
delayhide=setTimeout("hidemenu()",9999999999999)
}
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu


function tabChange(what,id){		
    for (i=1;i<=tabCount;i++)
    {
        Tab = document.getElementById('tab'+i);
        Content = document.getElementById('tcb'+i);
        if(Tab != null && Content != null && i != id){
 	        Tab.className='off';
	        Content.style.display='none';
	    }
    }
    what.className='on';
    document.getElementById('tcb'+id).style.display='block';
}

function expandCollapse(what,id, num, totalLI){		
    for (i=1;i<=totalLI;i++)
	{
	    Tab = document.getElementById('cbLI'+i+'_'+num);
	    Content = document.getElementById('cbSub'+i+'_'+num);
 		if(Tab != null && Content != null && i != id){
 		    Tab.className='off';
		    Content.style.display='none';
		}
	}
	what.className='on';
	document.getElementById('cbSub'+id+'_'+num).style.display='block';
}

function imageChange(what,id){		
var i=1;
for (i=1;i<=3;i++)
		{
		    var TempObj = document.getElementById('imgSelect'+i);
		    if(TempObj != null) TempObj.className='imgSelectOff';
		}
		what.className='imgSelectOn';
		document.getElementById('productImg').src=id;
}

