function popwindow(url)
{
attributes = "top =5, left = 70, width = 495, height = 530, scrollbar = 0, reseizable = 1";
pop = window.open (url, 'charlie', attributes);
}



function pop(m)
{
//url='http://www.msdivine.net/view/comm.php?m=' + m;
url='http://www.msdivine.net/view/comm.php?m=' + m;
attributes = "top =5, left = 70, width = 500, height = 530, scrollbar = 0, reseizable = 1";
popper = window.open (url, 'charlie', attributes);
return false;
}

