// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function ifExistsWrite(str){
	var re = new RegExp ('\"', 'gi') ;
	var newstr = str.replace(re, '&quot;');
	if (newstr != "")
		document.write(newstr+"<br>");
}

