function openScript(url) {
        var Win = window.open(url, 'newspop', config='width=400,height=170,resizable=0,scrollbars=no,menubar=no,status=no');
}
function openScript1(url) {
        var Win = window.open(url, 'newspop', config='width=420,height=200,resizable=0,scrollbars=no,menubar=no,status=no');
}
function openScript2(url) {
        var Win = window.open(url, 'newspop', config='width=400,height=300,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function openScript3(url) {
        var Win = window.open(url, 'newspop', config='width=490,height=250,resizable=0,scrollbars=no,menubar=no,status=no');
}
function openScript4(url) {
        var Win = window.open(url, 'newspop', config='width=510,height=520,resizable=0,scrollbars=no,menubar=no,status=no');
}
function openScript5(url) {
        var Win = window.open(url, 'newspop', config='width=560,height=410,resizable=yes,scrollbars=no,menubar=no,status=no');
}
function openScript6(url) {
        var Win = window.open(url, 'newspop', config='width=600,height=600,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function openScript7(url) {
        var Win = window.open(url, 'newspop', config='width=520,height=340,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function openScript8(url) {
        var Win = window.open(url, 'newspop', config='width=760,height=650,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();  
 }  
}
function LinkUp()
{
var number = document.DropDown.DDlinks.selectedIndex;
location.href = document.DropDown.DDlinks.options[number].value;
}