// exmaple jscript functions that can be included in your pages.
// Please note you need to have a good understanding of jscript 
// to add to this page.

function MM_openBrWindow(theURL,winName,features) 
{ 
//v2.0
  window.open(theURL,winName,features);
}

