﻿///<reference path="/_js/jQuery/1.4.1/jquery-1.4.1-vsdoc.js"/>

function ShowContactForm(contact1, contact2, currentPage) {
    j$.fn.colorbox({ href: "/_lightbox/exed/Contact.aspx?type=3&contact1=" + contact1 + "&contact2=" + contact2 + "&currentPage=" + currentPage, width: "750px", height: "500px", iframe: true });
}
