function memberLogin(backUrl){
	var returnUrl	= "";
	if(backUrl){ returnUrl	= backUrl;}else{returnUrl	= top.document.location.href;}
	location.href	= "/Ver2/login.php?backUrl="+escape(returnUrl);
}

function namosw_goto(url, targetstr){
	if (url == 'backward')
		history.back(1);
	else if (url == 'forward')
		history.forward(1);
	else {
		if (targetstr == 'blank') {
			window.open(url, 'win1');
		} else {
			var frameobj;
			if (targetstr == '') targetstr = 'self';
			if ((frameobj = eval(targetstr)) != null)
			 frameobj.location = url;
		}
	}

}


function OpenWin(theURL){
window.open(theURL,"_blank","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=800");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
