function show_bsp(id){
	var win = window.open('/bsp2/?id='+id, 'bps_win', 'width=640, height=480, scrollbars=no, location=no');
	win.moveTo(screen.width/2 - 320, screen.height/2 - 240); 
	win.focus();
}

