function openScript(url) {
        var Win = window.open(url, 'newspop', config='width=460,height=220,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=500,height=300,resizable=0,scrollbars=no,menubar=no,status=no');
}
function openScript5(url) {
        var Win = window.open(url, 'newspop', config='width=580,height=340,resizable=yes,scrollbars=yes,menubar=no,status=no');
}
function openScript6(url) {
        var Win = window.open(url, 'newspop', config='width=600,height=400,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=700,height=500,resizable=0,scrollbars=yes,menubar=no,status=no');
}
function onColor(source) {
source.style.backgroundColor='#ffffff';
}
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;
}