function urlredirect(value1) {
	{window.location.href= value1;}	
}

function msgposit() { 
  postitmessage.style.posLeft=event.x+document.body.scrollLeft-100; 
  postitmessage.style.posTop=event.y+15+document.body.scrollTop;
}
function msgset(str) { 
  var text; 
  text="<table width=180 border=0 cellpadding=5 cellspacing=0 bgcolor=#FFFFCC style='font-size:9pt; font-family:±¼¸²,Verdana,Arial; border-width:1; border-color:#c0c0c0; border-style:solid;'>"; 
  text+="<tr><td><p>" + str + "</td></tr></table>"; 
  postitmessage.innerHTML=text;
}
function msghide() { 
  postitmessage.innerHTML=""; 
}

