function o_targetwin(clocation, wNo){
var wName;
wName = "win" + wNo;
var scriptwin = window.open(clocation,wName,
'toolbar=yes,location=yes,resizable=no,status=yes,scrollbars=yes,width=600,height=600 left=250,top=0');
}