defaultStatus = "www.base-jump.org";
win= null;

function MsgBox(URL,w,h){
	if (win!=null){
		if (win.closed!=true){
		win.close();
		}
	}
	win=window.open(URL,"MsgBox","width="+w+",height="+h+",toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,resizable=yes");
	win.focus();
}
