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