

function openSS(path) {
popSS=window.open(path,"popSS","height=750,width=975,scrollbars=yes,resizable=yes,location=0,screenx=0,screeny=0,left=0,top=0");
popSS.focus()
}
