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;
	
}


