function viewData(investorGuide){
	path = "/etig/common/checkSubscription.jsp?filePath="+investorGuide;
	win = window.open(path,"investorGuide","width=500,height=400,status=no,toolbar=no,location=no,menubar=yes,resizable=yes,scrollbars=yes");
}

function showLink(){
	frmObj = document.investorGuideCurrentFrm;
	frmObj.target = "_self";
	var loginConfirm = confirm("Please login to access FREE content.\nSubscribe to access PREMIUM content.\n\n Click \"OK\" to Login");
	if (loginConfirm == true)
	 {
		frmObj.action ="/etig/common/loginForm.jsp";
		frmObj.submit();
	 }

}


function showUnSubscribeMsg(){
	frmObj = document.investorGuideCurrentFrm;
	frmObj.target = "_self";
	frmObj.action = "../../common/unSubscriberMessage.jsp";
	frmObj.submit();
}


function showCompanyData(folderName,fileName, page){
	frmObj = document.investorGuideCurrentFrm;	
	frmObj.target = "_self";
	frmObj.folderName.value = folderName;
	frmObj.fileName.value = fileName;
	frmObj.action ="investorSpecialCurrent.jsp?#"+page;
	frmObj.submit();
}


function sendRedirect() {
	frmObj = document.forms[0];
	var filePath = frmObj.investorGuideSelectDateMenu.value;
	frmObj.target = "_self";
	frmObj.action = filePath+"?leftNavMenu=Investor Special";
	frmObj.submit();
}
