function subWin2(wURL,wName,wOption){
window.open(wURL,wName,"width=600,height=700,scrollbars=yes,alwaysLowered=yes");
}