function openIPOAbout(tag) {
	url = '/its/html/zh/market/ipo/upComingIPOaboutFrame.html?' + encodeURIComponent('/its/html/zh/market/ipo/upComingIPOabout.html#' + tag);
	upComingIPOAboutWin = window.open(url,'upComingIPOAboutWindow','width=800,height=600,menubar=no,status=no,titlebar=no,toolbar=no,scrollbars=yes,resizable=yes');
	upComingIPOAboutWin.focus();
}
function openIPODetail(lang, stock) {
	url = 'http://content.etnet.com.hk/content/chowsangsang/' + lang + '/ipo_detail.php?code=' + stock;
	upComingIPOAboutWin = window.open(url,'IPODetail','width=780,height=600,menubar=no,status=no,titlebar=no,toolbar=no,scrollbars=yes,resizable=yes');
	upComingIPOAboutWin.focus();
}		
function openProspectusDetail(lang, stock){
	url = 'http://content.etnet.com.hk/content/chowsangsang/' + lang + '/ipo_prospectus.php?code=' + stock;
	prospectusWin = window.open(url,'prospectus','width=780,height=600,menubar=no,status=no,titlebar=no,toolbar=no,scrollbars=yes,resizable=yes');
	prospectusWin.focus();
}
function openIPOInformation(lang, stock) {
	url = '/its/html/' + lang + '/market/ipo/IPOInformation_' + stock + ".html";
	upComingIPOAboutWin = window.open(url,'IPODetail','width=820,height=600,menubar=no,status=no,titlebar=no,toolbar=no,scrollbars=yes,resizable=yes');
	upComingIPOAboutWin.focus();
}			

