function portfoliopopup(ref) {
	window.open(ref,'', 'height=640, width=800, status=no, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes');
}

// hide error message
function no_error() {
	return true;
}
window.onerror=no_error;
