// JavaScript Document
function openpopup(popurl){
var winpops=window.open(popurl,"","width=700px,height=450px")
}