// JavaScript Document
function openPop(url)
{
	window.open(url,"Midwest","height=500,width=550,left=80,top=80,scrollbars=1");
}
