function poploginmessage(){
	var win = new Window({className: "spread", width:370, height:80, zIndex: 100, resizable: false,minimizable:false, maximizable:false, title: "明報周刊", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, wiredDrag: true});
	win.getContent().innerHTML= "<div style=\"padding:5px;\">此內容只供《明報周刊》eMag訂戶收看，請先<a href=\"http://www.mingpaoweekly.com/emag/ \" target=\"_top\">按此查詢訂閱詳情</a>。 <br /><br /> 如閣下已訂閱有關期數，請先<a href=\"login.jsp?r="+escape(location.href)+"\" target=\"_top\">登入</a>。</div>";
	win.showCenter(false,300,200);
}

function popaccessmessage(){
	var win = new Window({className: "spread", width:370, height:80, zIndex: 100, resizable: false,minimizable:false, maximizable:false, title: "明報周刊", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, wiredDrag: true});
	win.getContent().innerHTML= "<div style=\"padding:5px;\">對不起！閣下未有訂閱此期《明報周刊》eMag，請先<a href=\"http://www.mingpaoweekly.com/emag/ \" target=\"_top\">按此查詢訂閱詳情</a>。</div>";
	win.showCenter(false,300,200);
}