// JavaScript Document
<!--

function openWin(URL){
newWin=window.open(URL,"NewWin",config="width=691,height=550,scrollbars=1");
newWin.focus();
}
// -->
<!--

function openWin1(URL){
newWin=window.open(URL,"NewWin1",config="width=100,height=120,scrollbars=0");
newWin.focus();
}
// -->
<!--

function openWin2(URL){
newWin=window.open(URL,"NewWin2",config="width=100,height=120,scrollbars=0");
newWin.focus();
}
// -->
<!--

function openWin3(URL){
newWin=window.open(URL,"NewWin3",config="width=100,height=120,scrollbars=0");
newWin.focus();
}
// -->
<!--

function openWin4(URL){
newWin=window.open(URL,"NewWin4",config="width=100,height=120,scrollbars=0");
newWin.focus();
}
// -->
<!--

function openWin5(URL){
newWin=window.open(URL,"NewWin5",config="width=100,height=120,scrollbars=0");
newWin.focus();
}
// -->
<!--

function openWin6(URL){
newWin=window.open(URL,"NewWin6",config="width=550,height=500,scrollbars=1");
newWin.focus();
}
// -->