// JavaScript Document
var newwindow;

function poptastic(url)
{
	newwindow=window.open(url,'name','height=500,width=720,top=10,left=10');
	if (window.focus) {newwindow.focus()}
}

function poptasticstaff(url)
{
	newwindow=window.open(url,'name','resizable,scrollbars,height=630,width=750,top=10,left=10');
	if (window.focus) {newwindow.focus()}
}

function myFotter()
 {
document.write("<P><b><BR><font size='2'>");	
document.write("[<A HREF='profile.htm'>Profile</A>]");
document.write("[<A HREF='which.htm'>Choosing a Check Valve</A>]");
document.write("[<A HREF='compare.htm'>Check Valve Comparisons</A>]<BR>");
document.write("[<A HREF='checkva.htm'>Check Valves</A>]");
document.write("[<A HREF='airvalve.htm'>Air Valves</A>]");
document.write("[<A HREF='ballvalv.htm'>Ball & Cone Valves</A>]");
document.write("[<A HREF='priming.htm'>Automatic Priming Systems</A>]<BR>");
document.write("[<A HREF='miscval.htm'>Other Products & Systems</A>]");
document.write("[<A HREF='Install.htm'>Installations</A>]");
document.write("[<A HREF='TechSeminar.htm'>Technical Seminar</A>]");
document.write("[<A HREF='programs.htm'>Programs</A>]<BR>");
document.write("[<A HREF='techDrawings.htm'><font size='3' color='#FF0000'><strong>Drawings</strong></font></A>]");
document.write("[<A HREF='Catalogs.htm'><font size='3' color='#FF0000'><strong>Catalogs</strong></font></A>]");
document.write("[<A HREF='links.htm'>Links</A>] ");
document.write("[<A HREF='offices.htm'>Sales Offices</A>]");
document.write("[<A HREF='email.htm'>E-Mail</A>]<br>");
document.write("[<a href=\"javascript:poptastic('video.html');\">Apcovalves 100SR Video</a>]");
document.write("[<a href=\"javascript:poptasticstaff('Staff/Staff2.html');\">Meet The Staff</a>]");
document.write("</font><br><br><BR></b></P>");
 }