function openWin(Loc){
		window.open(Loc,'','scrollbars=no,status=no,resizable=yes,width=450,height=650,top=20,left=50');
	}
function openPage(Loc){
		window.location=Loc;
	}
function openWinF(Loc,Width,Height){
		window.open(Loc,'_self');
		//(Loc,'','scrollbars=yes,status=yes,resizable=yes,width=100%,height=100%,top=0,left=0,target=_self');
	}
function openWinP(Loc){
		window.open(Loc,'','scrollbars=no,status=no,resizable=yes,width=700,height=600,top=20,left=50');
	}
