var Settings_MainSection = "Menu_Users",Settings_SubSection=Settings_LastLinkViewed="SubMenu_Users", Settings_SubSectionHightlight = -1;

function iWatch(sOption,iID) {
	if (!protectMembers()) return false;
}

function iDidNotWatch(sOption,iID) {
	if (!protectMembers()) return false;
	$.ajax({
	   type: "POST",
	   url: ROOT_URL+"pro-movies.asp?rnd="+new Date().getTime(),
	   data: {act:"updateViewStatus",id:iID,viewStatus:0},
	   success: function(msg){
			
	   }
	});
}

function Wizard(sIdToHide,sIdToShow) {
	document.getElementById(sIdToHide).style.display = 'none';
	document.getElementById(sIdToShow).style.display = 'block';
}


function WannaSee(want) {
	$.ajax({
	   type: "POST",
	   url: ROOT_URL+"pro-movies.asp?rnd="+new Date().getTime(),
	   data: { act:"updateViewStatus",id:movieId,viewStatus:want ? 2 : 3 },
	   success: function(msg){
			
	   }
	});
}


function ResizeBox() {
	var iActorImgSize = document.getElementById("actorimg").offsetHeight;
	document.getElementById("picOval").style.marginTop = (iActorImgSize+2) + "px";
	document.getElementById("actorRCnt").style.height = (iActorImgSize-8) + "px";
}