<!-- Begin
	function registerPopup(){
		var win=window.open("/php/member/register.php?regSpecInfo=2" , "register", "width=792,height=534,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,screenX=0,screenY=17,left=0,top=17");	
		win.focus();
	}

	function registerPopup_SpecInfo(){
		var win=window.open("/php/member/register.php?regSpecInfo=1" , "register", "width=792,height=534,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,screenX=0,screenY=17,left=0,top=17");	
		win.focus();
	}	

	function loginPopup(target,name){
		var win=window.open(target , name, "width=500,height=260,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,screenX=0,screenY=17,left=0,top=17");	
		win.focus();
	}
	
	function mySettingPopup(){
		var win=window.open("/php/mysetting/mysetting.php" , "mysetting", "width=450,height=250,status=yes,toolbar=no,menubar=no,scrollbars=auto,resizable=no,screenX=0,screenY=17,left=0,top=17");	
		win.focus();
	}

		function communityPopup(){
		var win=window.open("/php/community/" , "community", "width=792,height=534,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,screenX=0,screenY=17,left=0,top=17");		
		win.focus();
	}
	
/*////////////////	function WWWThreadsPopup(){
		var win=window.open("/php/wwwthreads/wwwthreads.php" , "WWWThreads", "width=792,height=534,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,screenX=0,screenY=17,left=0,top=17");	
		win.focus();
	}*/
	
	function forgotPwdPopup(){
		var win=window.open("/php/member/forgotPwd.php" , "forgetPwd", "width=500,height=280,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,screenX=0,screenY=17,left=0,top=17");	
		win.focus();
	}

	function mediaExamplePopup(){
		var win=window.open("/mediaExamples/index.html" , "mediaExample", "width=792,height=534,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=no,screenX=0,screenY=17,left=0,top=17");	
		win.focus();
	}	

	function helpPopup(){
		var win=window.open("/help/help.html" , "help", "width=792,height=534,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,screenX=0,screenY=17,left=0,top=17");	
		win.focus();
	}			

	function chatPopup(){
		var win=window.open("/chat/" , "chat", "width=792,height=534,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,screenX=0,screenY=17,left=0,top=17");	
		win.focus();
	}

//  End -->

