function LoadFlash(url,wmode,width,height)
{
document.write(
  '<embed src="' + url + '" wmode=' + wmode +
  ' quality="high" pluginspage=http://www.macromedia.com/go/getflashplayer type="application/x-shockwave-flash" width="' + width +
  '" height="' + height + '"></embed>');
}


function n_send(url)
{
	shape = "toolbar=no,location=no,directories=no,status=no,";
	shape += "menubar=no,scrollbars=yes,resizable=yes,width=620, height=600";
	path =  url;
  	var win1 = open(path, "n_send", shape);
}
function join(path,act)
{
	if(act=='find')
	{
		var w=400;
		var h=300;
	}else{
	    var w=500;
	    var h=600;
	}
    
    var left_size = (screen.width-w)/2;
    var top_size = (screen.height-h)/5;        
    var url=path+"member.php?act="+act+"&board=agent01";
    
    window.open( url, "kb_join", "width="+w+" height="+h+" top="+top_size+" left="+left_size+" scrollbars=yes");	      
}
