// JavaScript Document
function openpopup(popurl){
var winpops=window.open(popurl,"","width=350,height=300,scrollbars")
}