

function launch(url) 
{
open(url, "bulletin","width=800,height=600,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no,resizable=yes"); 
}

function launchwindow(target)
{ 
aWindow = window.open(target,"thewindow", "status=yes,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,top=10,left=10,height=600,width=800");
aWindow.focus(); 
} 
