// JavaScript Document
function popup(x){
	window.open(x,null,"height=475,width=800,status=no,toolbar=no,menubar=no,location=no");
}