﻿function disp(url){ 
window.open(url, "window1", "width=850,scrollbars=yes,resizable=yes"); 
}


