function fs(url,x,y) {
	art = window.open(url,"","width="+x+", height="+y+", left="+(screen.width-x)/2+", top="+(screen.height-y)/2+", toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0");
}