function wins_new(url,wno) {
var winN;
winN="win"+wno;
var scwin=window.open(url,winN,'toolbar=no,resizable=yes,width=500,height=450');
}
