﻿function popWin(theUrl,width,height)
{
	window.open(theUrl,'popWin','width='+width+',height='+height+',toolbar=no,menubar=no,scrollbars=no')
	return false;
}