/* window close */
function closewin(){
	window.close();
}

/* page back */
function pageback(){
	history.back();
}
