/* PopUp windows of Free Content START*/
/* edited by JoeyWong @2011.05.06*/
function newsPopup(item){
var plink = '../content_new/detail_new.php?news_id='+item;
var PopupWindow = window.open(plink,'_blank','height=700px,width=820px,toolbar=yes,status=yes,location=no,menubar=yes,resizable=yes,scrollbars=yes,dependent=yes,alwaysRaised=yes,left=0,top=0",screenX=0,screenY=0');
PopupWindow.focus()
}
/* PopUp windows of Free Content END*/

/* PopUp windows of Free Content English version START*/
function newsPopup_en(item){
var plink = '../content_new/detail_new_en.php?news_id='+item;
var PopupWindow = window.open(plink,'_blank','height=700px,width=820px,toolbar=yes,status=yes,location=no,menubar=yes,resizable=yes,scrollbars=yes,dependent=yes,alwaysRaised=yes,left=0,top=0",screenX=0,screenY=0');
PopupWindow.focus()
}
/* PopUp windows of Free Content English Version END*/

function newsPopup_china(item){
var plink = '../content_new/detail_china_new.php?news_id='+item;
var PopupWindow = window.open(plink,'_blank','height=500,width=820,toolbar=yes,status=yes,location=no,menubar=yes,resizable=yes,scrollbars=yes,dependent=yes,alwaysRaised=yes,left=0,top=0",screenX=0,screenY=0');
PopupWindow.focus()
}

/* PopUp windows of Magazine START */
function ezzPopup(item){
var plink = '../magazine/detail.php?ezz_id='+item;
var PopupWindow = window.open(plink,'_blank','height=700px,width=820px,toolbar=yes,status=yes,location=no,menubar=yes,resizable=yes,scrollbars=yes,dependent=yes,alwaysRaised=yes,left=0,top=0",screenX=0,screenY=0');
PopupWindow.focus()
}
/* PopUp windows of Magazine END */

/* PopUp windows of Magazine English Version START */
function ezzPopup_en(item){
var plink = '../magazine/detail_en.php?ezz_id='+item;
var PopupWindow = window.open(plink,'_blank','height=700px,width=820px,toolbar=yes,status=yes,location=no,menubar=yes,resizable=yes,scrollbars=yes,dependent=yes,alwaysRaised=yes,left=0,top=0",screenX=0,screenY=0');
PopupWindow.focus()
}
/* PopUp windows of Magazine English Version END */


function backtoopener(item){
if (item=='order')
{
parent.opener.location='http://www.jdonline.com.hk/magazine/introduction.php';
}
else if (item=='login')
{
parent.opener.location='http://www.jdonline.com.hk/magazine/index.php';
}
else if (item=='subscribe')
{
parent.opener.location='http://www.jdonline.com.hk/magazine/order.php';
}
parent.opener.focus();
parent.close();
}

function backtoopener_en(item){
if (item=='order')
{
parent.opener.location='http://www.jdonline.com.hk/magazine/introduction_en.php';
}
else if (item=='login')
{
parent.opener.location='http://www.jdonline.com.hk/magazine/index_en.php';
}
else if (item=='subscribe')
{
parent.opener.location='http://www.jdonline.com.hk/magazine/order_en.php';
}
parent.opener.focus();
parent.close();
}

