function openpopup(popurl){
var winpops=window.open(popurl,"","width=600px,height=620px")
}
function openpopup2(popurl){
var winpops=window.open(popurl,"","width=600px,height=500px")
}
document.write('');
