var isIE = ((document.all)? true  : false );
var isNS6 = ((document.getElementById && !document.all)? true: false );
var ie55up = (document.all && document.getElementById)?(true):(false);

if (!document.getElementById) {
	document.getElementById=function (id) {
		if (document.all) {
			return document.all[id];
		}
	}
}


function markNav (pageCatId){
	if (document.getElementById("menuFatherIMG_"+pageCatId)){
		document.getElementById("menuFatherIMG_"+pageCatId).src = fatherOnImgs["fatherImg"+pageCatId].src ;
		fixFatherNum = pageCatId ; 
		
	}
}



function expect(){
	window.open ("expect.asp","","left=10,top=10,width=600,height=529,resizable=no,scaleable=no,status=yes,scrollbars=no");
}

function registerMail(){
	window.open ("mailingList.asp","","left=10,top=10,width=380,height=230,resizable=yes,scaleable=yes,status=yes,scrollbars=no");
}



function sendFriend(){
	window.open ("sendFriend.asp?page="+self.location,"","left=10,top=10,width=405,height=529,resizable=no,scaleable=no,status=yes,scrollbars=no");
}

function mailingList(){
	window.open ("mailingList.asp","","left=10,top=10,width=421,height=500,status=yes,scrollbars=yes");
}
