function OpenWindow(a){
	window.open(a,"new","width=500,height=500,scrollbars=1");
}