// JavaScript Document


function open_popup(url){
	javascript: var _w = window.open(url, 'popup', 'width=480, height=580, scrollbars=yes, menubar=no, resizable=no, location=no, status=yes, toolbar=no'); void _w.focus();
}
