
/*sample use:
	<A onclick="MM_openBrWindow('/page.cfm','thingy','scrollbars=yes,width=650,height=800')" href="javascript:;">
*/
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}


/* prevent site from being in a frame */
function framebreakout()
{
	if (top.location!= self.location) {
	top.location = self.location.href
	}
}