		var Settings_MainSection = "Menu_Magazine",Settings_SubSection=Settings_LastLinkViewed="SubMenu_Magazine", 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,bFade) {
	if (!bFade) {
		document.getElementById(sIdToHide).style.display = 'none';
		document.getElementById(sIdToShow).style.display = 'block';
	} else {
		$("#"+sIdToHide).css("display","none");
		$("#"+sIdToShow).fadeIn(300);
	}
}


function WannaSee(want,fFunc) {
	$.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){
		  if (fFunc)
			  fFunc();
	   }
	});
}

function ResizeBox() {
	var iActorImgSize = document.getElementById("actorimg").offsetHeight;
	document.getElementById("picOval").style.marginTop = (iActorImgSize+2) + "px";
	document.getElementById("actorRCnt").style.height = (iActorImgSize-8) + "px";
}
		
$(document).ready(function() {

	var iActorImgSize = document.getElementById("actorimg").offsetHeight;
	document.getElementById("picOval").style.marginTop = (iActorImgSize+2) + "px";
	document.getElementById("actorRCnt").style.height = (iActorImgSize-8) + "px";
	

});
