var url=window.location;var who='Symonds Gabitat'
function makeFavourite()
{window.external.AddFavorite(url,who);}
function openWindow(contentURL,windowName,windowWidth,windowHeight)
{param="toolbars=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,width="+windowWidth+",height="+windowHeight+""
newWindow=window.open(contentURL,windowName,param);newWindow.focus()}
function openPDF(contentURL,windowName,windowWidth,windowHeight)
{param="toolbars=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=1,width="+windowWidth+",height="+windowHeight+""
newWindow=window.open(contentURL,windowName,param);newWindow.focus()}
function openLitigation(contentURL,windowName,windowWidth,windowHeight)
{if(contentURL!="")
{var myfile="/uploaded_files/documents/"+contentURL;openPDF(myfile,windowName,windowWidth,windowHeight)}}
function toggleProjectsDateForm(state){if(document.all)
{if(state==1){eval("document.all.divt1.style.visibility='visible';");}else{eval("document.all.divt1.style.visibility='hidden';");}}
else
{if(state==1)
{eval("document.layers['divt1'].visibility='show';");}
else
{eval("document.layers['divt1'].visibility='hide';");}}}
