function breakout()
{
if (window.top!=window.self) 
 {
 window.top.location="index.php"
 }
}

function launchArticle(url)
{
	window.open(url,"","width=900,height=600,resizable=yes,scrollbars=yes");
}

function launchForm(url)
{
	window.open(url,"","width=800,height=600,resizable=yes,scrollbars=yes");
}

function launchPopup(url)
{
	window.open(url, 'popupwindow', 'toolbar=no,menubar=no,scrollbars=no,width=200,height=200,resizable=no');
}

if (document.images)
{
  navHome= new Image(); 
  navHome.src="i/l1-home3.gif"; 
  navArticles= new Image(); 
  navArticles.src="i/l1-articles3.gif"; 
  navFAQ= new Image(); 
  navFAQ.src="i/l1-faq3.gif"; 
  navForms= new Image(); 
  navForms.src="i/l1-forms3.gif"; 
  navContact= new Image();  
  navContact.src="i/l1-contact3.gif"; 
  newwin= new Image(); 
  newwin.src="i/newwin2.gif"; 
  newwin2= new Image(); 
  newwin2.src="i/newwin2.gif"; 
  newwin3= new Image(); 
  newwin3.src="i/newwin2.gif"; 
  newwin4= new Image(); 
  newwin4.src="i/newwin2.gif"; 
}
