function openwin(w,h,l) {

window.open(l, "_blank", "width="+w+",height="+h)

}

