function OpenRankForm(url) {
		window.open(url,"","scrollbars=no,menubar=no,personalbar=no,width=400,height=80,screenX=0,screenY=0");
}