function ie_loadFlash(){
	if(document.all && document.getElementsByTagName){
		objAX = document.getElementsByTagName("object"); 
		for (var i=0; i<objAX.length; i++){
			if(objAX[i].movie.indexOf('/games/') < 0){
				objAX[i].outerHTML = objAX[i].outerHTML;
			}
		}
	}
}


var win_popup_Help = null;
function popup_Help(sURL){
	win_popup_Help = window.open('/help/'+sURL+'.asp', 'win_popup_Help', 'left=50,top=50,width=360,height=250,scrollbars=yes,toolbar=no,menubar=no,location=no,status=no,resizable=yes,')
	if(!win_popup_Help.closed){ win_popup_Help.focus() }
}
function show_popup_Help(sURL){
	document.write('&nbsp;<a href="javascript://" onclick="popup_Help(\'' + sURL + '\')" tabindex="-1"><img src="/_images/buttons/help.gif" width="16" height="16" alt="Help" border="0" /></a>')
}

function popup_Info(sURL){
	win_popup_Help = window.open(sURL+'.asp', 'win_popup_Help', 'left=50,top=50,width=500,height=400,scrollbars=yes,toolbar=no,menubar=no,location=no,status=no,resizable=yes,')
	if(!win_popup_Help.closed){ win_popup_Help.focus() }
}

var win_popup_Categories = null;
function popup_Categories(sCatElem){
	win_popup_Categories = window.open('/account/popup/categories.asp?categoryElem=' + sCatElem, 'win_popup_Categories', 'left=50,top=50,width=360,height=360,scrollbars=yes,toolbar=no,menubar=no,location=no,status=no,resizable=yes,')
	if(!win_popup_Categories.closed){ win_popup_Categories.focus() }
}
function clear_Categories(sCatElem){
	document.forms['accountForm'].elements[sCatElem].value=0
	document.forms['accountForm'].elements[sCatElem+'_name'].value=''
}
function show_popup_Categories(sCatElem){
	//document.write('&nbsp;<a href="javascript://" onclick="clear_Categories(\'' + sCatElem + '\')" tabindex="-1"><img src="/_images/buttons/clear.gif" width="16" height="16" align="absmiddle" alt="Clear category" border="0" /></a>')
	document.write('&nbsp;<a href="javascript://" onclick="popup_Categories(\'' + sCatElem + '\')" tabindex="-1">select&nbsp;category</a>')
}


