// JavaScript Document
function popcase(url) {
	newwindow=window.open(url,'name','height=470,width=620,top=12,left=2,resizable=yes,scrollbars=no,toolbar=no,menubar=no,status=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}
