﻿function MM_openBrWindow(theURL,winName,features) { 
		  window.open(theURL,winName,"width=800,height=600,scrollbars,resizable=yes");
		}

