/*
 * script.js  2002/07/9
 * Copyright 2002 Pasona Tech, Inc. All Rights Reserved.
 */

/*
 *VKWindowOpen
 */
function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);
}
