
function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}


function MM_openInfoWindow() { //v2.0

	var url = top.headFrame.document.URL;

	if( url.indexOf( "/guest/head.html", 0 ) != -1 ){
		top.topFrame.location = "/guest/info/top.html";
	} else {
		top.topFrame.location = "/member/info/top.html";
	}
}


