function f_logout(){
	if(window.close == true){
		window.open('logout.asp','newwin');
	}
}
