function openpopup(popurl) {
var winpops=window.open(popurl,"","width=531,height=435")
}

function pop(popurl, width, height) {
var winpops=window.open(popurl,"","width="+width+",height="+height+"")
}