// JavaScript Document
	function pdfWindow(pdf)
{
	var	options = 'width=800,height=624,left=100,top=100,scrollbars=0,resizable=no,status=0,toolbar=no,menubar=no';
	pWindow = window.open( pdf , 'PDFs', options);
}
function lizard()
{
    var copyright = "<tr><td height=28 align=center valign=bottom><table width='100%' height=28 border=0 cellspacing=0 cellpadding=0>";
    copyright = copyright + "<td bgcolor='#5D983F' align=center><a href='http://www.lizardstudio.com' target=_blank class=lizard>Designed by LizardStudio.com please note this is a Demo Site</a></td>";
    copyright = copyright + "</tr></table></td></tr>";
    return copyright;
}
function lizardsmall()
{
    var copyright = "<tr><td height=28 align=center valign=bottom><table width='100%' height=28 border=0 cellspacing=0 cellpadding=0>";
    copyright = copyright + "<td width=800 align=center><a href='http://www.lizardstudio.com' target=_blank class=lizard2>Designed by LizardStudio.com</a></td>";
	copyright = copyright + "</tr></table></td></tr>";
    return copyright;
}






