// JavaScript Document


/*QR*/

function opensubWinS (url) {
	window.open(url,"subWin","width=180,height=180,scrollbars=yes") ;
}

/*JPsyllabary open*/

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}