// Calls html pop up pages

P1="pop_ph.html";
P2="pop_odor.html";
P3="pop_soil.html";

function popWindow(popPage){

	popWin=window.open(popPage,"Gilmour_Lime","status=no,location=no,directories=no,menubar=no,scrollbars=no,statusbar=no,toolbar=no,resizable=0,left=300,top=200,width=345,height=375");

}

function closeWin(){
	picwindow.close();
}
