// JavaScript Document
function showopenwindows(url) {
var iTop=(window.screen.height-500)/2;
var iLeft=(window.screen.width-500)/2;
window.open(url,"Detail","Scrollbars=no,Toolbar=no,Location=no,Direction=no,Resizeable=no,Width="+200+" ,Height="+200+",top="+iTop+",left="+iLeft);
}

function msn(ob){window.open("msnim:chat?contact="+ob)}