function sse_popup(url){
	var swidth=650;
	var sheight=480;
	var stop=screen.height-sheight-60;
	var sleft=screen.width-swidth-20;
my_popup_window = window.open('','ss_popup','width='+swidth+',height='+sheight+',top='+stop+',left='+sleft+',resizable=yes,scrollbars=yes');
my_popup_window.document.open();
my_popup_window.document.write('<html><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=GB2312\"><TITLE>Shanghai Stock Exchange</TITLE></HEAD><frameset rows=\"83,*,40\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\">');
		my_popup_window.document.write('<frame name=\"header\" src=\"/sseportal/ps/zhs/site/pop_head.html\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');

//		my_popup_window.document.write('<frame name=\"content\" src=\"'+url+'\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"auto\" frameborder=\"0\" noresize>');
		my_popup_window.document.write('<frameset cols=\"10,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">');
		my_popup_window.document.write('<frame src=\"/sseportal/ps/zhs/site/blank.html\" name=\"leftFrame\" scrolling=\"NO\" noresize>');
		my_popup_window.document.write('<frame src=\"'+url+'\" name=\"content\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"auto\" frameborder=\"0\" noresize></frameset>');

		my_popup_window.document.write('<frame name=\"footer\" src=\"/sseportal/ps/zhs/site/pop_footer.html\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
		my_popup_window.document.write('</frameset>');
		my_popup_window.document.write('<body>');
		my_popup_window.document.write('</body></html>');
		my_popup_window.document.close();
		my_popup_window.focus();
}

function sse_popup1(url){
	var swidth=650;
	var sheight=480;
	var stop=30;
	var sleft=screen.width-swidth-20;
my_popup_window = window.open('','ss_popup1','width='+swidth+',height='+sheight+',top='+stop+',left='+sleft+',resizable=yes,scrollbars=yes');
my_popup_window.document.open();
my_popup_window.document.write('<html><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=GB2312\"><TITLE>Shanghai Stock Exchange</TITLE></HEAD><frameset rows=\"83,*,40\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\">');
		my_popup_window.document.write('<frame name=\"header\" src=\"/sseportal/ps/zhs/site/pop_head.html\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');

//		my_popup_window.document.write('<frame name=\"content\" src=\"'+url+'\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"auto\" frameborder=\"0\" noresize>');
		my_popup_window.document.write('<frameset cols=\"10,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">');
		my_popup_window.document.write('<frame src=\"/sseportal/ps/zhs/site/blank.html\" name=\"leftFrame\" scrolling=\"NO\" noresize>');
		my_popup_window.document.write('<frame src=\"'+url+'\" name=\"content\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"auto\" frameborder=\"0\" noresize></frameset>');

		my_popup_window.document.write('<frame name=\"footer\" src=\"/sseportal/ps/zhs/site/pop_footer.html\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
		my_popup_window.document.write('</frameset>');
		my_popup_window.document.write('<body>');
		my_popup_window.document.write('</body></html>');
		my_popup_window.document.close();
		my_popup_window.focus();
}

