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