// This is the JavaScript functions for the FAQ section of www.lougogan.com

//this displays the FAQ in a small window on www.lougogan.com
function ShowFaq()
{
open('faq.htm','picture','width=700,height=480,scrollbars=1,location=0,directories=0,resizable=1,status=0,toolbar=0,menubar=0,left=50,top=10')
}
