
function openWin(url) {
	aWindow=window.open(url,"composerwindow","toolbar=yes,width=900,height=550,status=yes,scrollbars=yes,resize=yes,menubar=yes,location=yes");
	aWindow.focus();
}