// JavaScript Document
function popup_case( url ) {
	window.open( url, "work_popup", "scrollbars=yes, height=500, width=450, status=0" ) ;
}