function simpleProj(projID, userID, version) {
	var l = Math.min(1024, screen.width);
	var t = Math.min(600, screen.height);

	popup('http://pro.toufee.com/wizard/flashsqueeze/main.html?projID='+projID+'&rand='+Math.random(),'MovieMaker','width='+l+',height='+t+',resizable', true, false);
}


