//-------------------------------------------------------------------------------------------------------

function info_popup(message) {
var popurl='http://www.webbloom.com/info_popup.php?msg=' + message;
window.open(popurl,"info","width=450,height=350,left=300,top=50,location=0,status=0,toolbar=0,scrollbars=1,menubar=0,resizable=1")
}