// JavaScript Document
function popup(popurl) {
	var win = window.open(popurl,"tangopopup","width=824px,height=488px,scrollbars=1,statusbar=0,location=0")
	win.focus();
}
