var popUpStyle = "location=0,status=0,resizable=1,scrollbars=1,width=400,height=300";
function dspDiv(sDiv,mode){document.getElementById(sDiv).style.display=mode;}
function setV(el,newValue){document.getElementById(el).value=newValue;}
function getV(el){if(document.getElementById(el)){return document.getElementById(el).value.toString();}}
function getOp(el){return document.getElementById(el).options[document.getElementById(el).selectedIndex].value.toString();}
function wOpen(url){window.open(url,"fairepreise",popUpStyle);}
