

function popUp(url) {
	props=window.open(url, 'poppage', 'toolbar=0, scrollbars=0, location=0, status=0, menubar=0, resizable=0, left = 0, top = 0, width=610, height=460');
}

