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