var i=0;
function view(file,w,h){
var popme=window.open(file+".asp","new"+i+"","width="+w+" height="+h+" top=10 left=10");
i++;
}