function changeImg(newVar) {
	defaultMc.setVariable("openContent", newVar);
}
function loginAction(mb_id) {
	defaultMc.setVariable("mb_id", mb_id);
}

function iframeFn (vsl, iLeft, iTop, iWidth, iHeigth) {
	document.all.contentView.style.display=vsl;
	document.all.contentView.style.marginLeft=iLeft;
	document.all.contentView.style.marginTop=iTop;
	document.all.contentView.style.width=iWidth;
	document.all.contentView.style.height=iHeigth;
	if (vsl == "none") {
		contentView.location.href = "blank.asp";
	}
}

function iframeLnk (args) {
	contentView.location.href = args;
	
}

function wheelStop(){ 
     
window.execScript("document.onmousewheel = function(){return false;}"); 
} 
function wheelMove(){ 
     
window.execScript("document.onmousewheel = function(){return true;}"); 
} 
function topLoad(Depth1,Depth2) {
	FlashContent(
	'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
	'pluginspage', 'http://www.adobe.com/go/getflashplayer',
	'movie', '/10ss/flash/top_navigation',
	'src', '/10ss/flash/top_navigation',
	'name', 'top_navigation',
	'id', 'top_navigation',
	'width', '980',
	'height', '100',
	'quality', 'high',
	'align', 'middle',
	'wmode', 'transparent',
	'bgcolor', '#202020',
	'allowScriptAccess','always',
	'flashVars', 'xmlURL=/10SS/pageXML/menu_data.ASP&index='+Depth1+","+Depth2,
	'salign', '');
}
function footLoad(mb_id){
	FlashContent(
	'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
	'pluginspage', 'http://www.adobe.com/go/getflashplayer',
	'movie', '/10ss/flash/footer',
	'src', '/10ss/flash/footer',
	'name', 'footer',
	'id', 'footer',
	'width', '980',
	'height', '140',
	'quality', 'high',
	'align', 'middle',
	'wmode', 'transparent',
	'bgcolor', '#202020',
	'allowScriptAccess','always',
	'flashVars', 'xmlURL=/10SS/pageXML/footer_data.asp&mb_id='+mb_id,
	'salign', '');
}
