function faq(url)
{
window.open(url,'faq','scrollbars=yes,noresize,status=no,height=740,width=860,left=130,top=5');
}
function gallery(url)
{
window.open(url,'gallery','scrollbars=no,noresize,status=no,height=625,width=565,left=130,top=5');
}
function newWindow(url)
{
window.open(url,'newWindow','status=yes,toolbar=yes,location=yes,height=650,width=1000,left=15,top=15');
}
