// JavaScript Document
function sbar(st) {
 st.style.backgroundColor = "#D6ECF4";
}
function cbar(st) {
 st.style.backgroundColor = "";
}

function openSyl(windowURL) {
    return window.open(windowURL, '',
"width=550,height=500,scrollBars=yes,resizable=yes,screenX=50,screenY=50");
}
