function PopURL(url) {
	newwindow=window.open(url,'Reduce_Home_Loans','height=600,width=750');
	if (window.focus) {newwindow.focus()}
	return false;
}	 