﻿/**
 * Common site functions.
 */

// <![CDATA[

function popUp(sName, sUrl, iHeight, iWidth) {
    window.open(sUrl, sName, "toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=" + iWidth + ",height=" + iHeight + "");
}

// ]]>
