﻿
<!--
function openPopup(url) {
	newwindow=window.open(url,'name','height=600,width=850, toolbar=1, scrollbars=1, location=1');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->
