function openScript(url) {
        var Win = window.open(url, 'newspop', config='width=400,height=200,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function openScript1(url) {
        var Win = window.open(url, 'newspop', config='width=400,height=300,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function openScript2(url) {
        var Win = window.open(url, 'newspop', config='width=500,height=200,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function openScript3(url) {
        var Win = window.open(url, 'newspop', config='width=500,height=300,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function openScript4(url) {
        var Win = window.open(url, 'newspop', config='width=600,height=300,resizable=yes,scrollbars=yes,menubar=no,status=no');
}
function openScript5(url) {
        var Win = window.open(url, 'newspop', config='width=600,height=400,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function openScript6(url) {
        var Win = window.open(url, 'newspop', config='width=520,height=300,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function openScript7(url) {
        var Win = window.open(url, 'newspop', config='width=700,height=400,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function onColor(source) {
source.style.backgroundColor='#D9FFD9';
}
function ofColor(source) {
source.style.backgroundColor='#FFFFFF';
}
function ofTextbox(source) {
source.style.backgroundColor='#FFFFFF';
}
function ofCheckbox(source) {
source.style.backgroundColor='#E8F7DF';
}
function ClearButtons() {  
if (!document.getElementsByTagName) return;  
 var anchors = document.getElementsByTagName("a");  
 for (var i=0; i<anchors.length; i++) {  
 var anchor = anchors[i];  
 anchor.blur();  
 }  
}