//Pop-up Window Script
function popUp1(pPage1)
{	window.open(pPage1,'popWin1','resizable=yes,scrollbars=yes,width=470,height=400,toolbar=no');
}

function popUp2(pPage2)
{	window.open(pPage2,'popWin2','resizable=yes,scrollbars=yes,width=470,height=390,toolbar=no');
}

function popUp3(pPage3)
{	window.open(pPage3,'popWin3','resizable=yes,scrollbars=yes,width=470,height=440,toolbar=no');
}

function popUp4(pPage4)
{	window.open(pPage4,'popWin4','resizable=yes,scrollbars=yes,width=470,height=590,toolbar=no');
}

function popUp5(pPage5)
{	window.open(pPage5,'popWin5','resizable=yes,scrollbars=yes,width=470,height=490,toolbar=no');
}

function popUp6(pPage6)
{	window.open(pPage6,'popWin6','resizable=yes,scrollbars=yes,width=470,height=370,toolbar=no');
}
