﻿//Popup functionfunction open_Popup(url,width,height){	window.open(url, 'RAINBIRD', 'titlebar=0, toolbar=0, status=0, menubar=0, location=0, width=' + width + ',height=' + height + ',resizable=0, scrollbars=0');}