function xvalue(){
xcountry=document.getElementById("country");
xtotal=document.getElementById("total");}
xvalue();

if (top.location!=self.location) {top.location.replace('/');}

function preload(){
xtotal.style.visibility="visible";}

function res() {xcountry.selectedIndex=0;}