<!--
function open_window(url) {
tips = window.open(url,"Message",'toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width=560,height=400');
}
// -->