// JavaScript Document

function myPopup() {
window.open( "invitations.html", "", "status=1, height=480, width=400, resizable=0" )
}