function OpWin(theURL,winName,features) { //v2.0
    		var winl = (screen.width - 720) / 2;
			var wint = (screen.height - 500) / 2;
            var newWindow = window.open('http://www.xang-style.com/wp-content/uploads/swf/contents/index.htm','XangStyle','height=400,width=720,top='+wint+',left='+winl+',scrollbars=no');
}

function SG(){
	window.open('http://www.xang-style.com/cgi-bin/sg/sg.cgi','SGBoard','width=550,height=600,left=0,top=0,status=yes,resizeable=no,scrollbars=yes');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}