
function popout(x) {
	window.open( x , "new_window", "scrollbars=no,toolbar=no,menubar=no,resizable=no,width=660,height=500" );
}

