
/*
    This file should be considered depricated and be removed from the project.
    Replacement method is: "$.theknot.newWindow(url, windowName, windowFeatures);"
    
    TODO: Remove file and change all referrences to "launch(" to new jquery methods.
    
     - m0!, 02.2009
*/


/* Open a new window */
function launch(winurl,winname,winfeatures) {
    window.open(winurl,winname,winfeatures);
}
