// globfunc.js
//
// Global script storage for No Boundaries Website
//
// September 11, 2009
//
// Authored by Breezeway Productions, Inc., www.breezeway.org
// 
//
// Reminder for A tags: HREF="javascript:void(0)"
// 

<!--

function redirect()
  {/*
    popup = window.open('','','channelmode=no,resizable=yes,menubar=no,toolbar=no,scrollbars=no,width=450,height=120,left=400,top=300',replace='false');
	 
     if (popup != null)
	 {
	  	with (popup)
		{
		  document.writeln('<html><title>Opening Athena Enterprises, LLC</title><head></head><body bgcolor=#eeeeee onload=setTimeout("window.close()",10000)>')
		  document.writeln('')
		  document.writeln('<div align=center><font color=blue size=-1>You have been directed to the Athena Enterprises website<br /><br /></font></div><hr><font color=maroon><div align=center><b>Lisa Disselkamp is President and Founder of the WMT consulting agency Athena Enterprises</font></div>')
	 	}
	 }
*/
  }

function open_win(url,w,h)
	{
	   	window.open(url,'','channelmode=no,resizable=yes,menubar=no,toolbar=no,scrollbars=yes,width='+w+',height='+h+'',replace='false')
	}

-->
