﻿function openWin01(url){
window.open(url, "pop", "resizable=yes,toolbar=no,width=650,height=800,scrollbars=1");
}

