﻿// JScript File
function closePopup(){
  $.facebox.close()
}
//**************************************************************************
function openPopup(url, windowHeight, windowWidth){
  jQuery.facebox('<iframe src="' + url + '" width="' + windowWidth + 'px" height="' + windowHeight + 'px" frameborder=0></iframe>')
}

