var win = new immWindow();
function uploadImages(g){
	win.setSize(600,300);
	if(win.createWindow('Upload File',false)){
		win.setIframe('http://'+window.location.hostname+'/m/gallery/am/uploadImages&gid='+g);
	}
}