function openApply(Applyurl){
var winpops=window.open(Applyurl,"","width=560px,height=600px,resizable, scrollbars=yes")
}

function openpopup(popurl){
var winpops=window.open(popurl,"","width=300px,height=400px,resizable")
}