function openpopup(popurl){
    var winpops=window.open(popurl,"","width=700px,height=500px,status,scrollbars,resizable");
}


