// JavaScript Document
function openApop(url,width,height){
var winp=window.open(url,"Availability","width=" + width + ",height=" + height + ",resizable")
}
