
window.status="Welcome to KillaCampaigns";
function WindowURL (nWidth, nHeight, stringURL,toolbar)
{
  winMsg = window.open (stringURL, 'winURLBox',
	   'scrollbars=yes,menubar='+toolbar+',resizable=yes,width=' + nWidth +
	   ',height=' + nHeight)
  if (navigator.appName == 'Netscape')
    winMsg.focus()
}

function TextMod(from,letter) { 
strSelection = document.selection.createRange().text 
if (strSelection == "") { 
return false; 
} 
else document.selection.createRange().text = "<"+letter+">" + 
strSelection + "</"+letter+">"
return;
} 
