MyWindows = new Object();

MyWindows.openCenter = function(url){
	new WindowLauncher().openCenter(url,"myWin",329,450);
}