

function PopupFile(url,h,w) {

var properties='height='+String(parseInt(h,10)+25)+',width='+ String(parseInt(w,10)+25)+',resizable=yes';

window.open(url,'',properties);

}



function DoNothing(){}