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