

function PopupFile(url) {

window.open(url,'','height=500,width=500,resizable=yes,scrollbars=yes,toolbar=yes');

}



function DoNothing(){}
