function pavecalc01() {

calcwin = window.open("calcs/pavecalcs/calcpave01.htm", "pave1","tool;bar=0,width=387,height=210,resizable=0,top=0,left=0");
}

function pavecalc02() {

calcWindow = window.open("calcs/pavecalcs/calcpave02.htm", "pave2","tool;bar=0,width=387,height=210,resizable=0,top=210,left=0");
}

function pavecalc03() {

calcWindow = window.open("calcs/pavecalcs/calcpave03.htm", "pave3","tool;bar=0,width=387,height=210,resizable=0,top=0,left=387");
}

function pavecalc04() {

calcWindow = window.open("calcs/pavecalcs/calcpave04.htm", "pave4","tool;bar=0,width=387,height=210,resizable=0,top=200,left=387");
}

function pavecalc05() {

calcWindow = window.open("calcs/pavecalcs/calcpave05.htm", "pave5","tool;bar=0,width=387,height=210,resizable=0,top=400,left=163");
}

