function mypopup(mypop){
 if(mypop.style.display=="none"){
 mypop.style.display="block";
 }else{ mypop.style.display="none";}
}