function mo() { status=defaultStatus; }
function mi(stat) { status=stat; }
function fImg(ind) {
var f1;
f1=window.document;
var x=50+400;
if (x>screen.width) x=screen.width;
var y=130+400;
if (y+100>screen.height) y=screen.height-100;
var l=Math.floor((screen.width-x)/2);
var oparam = "top=" + 0 + ",left=" + l + ",height=" + y + ",width=" + x +",scrollbars=yes,resizable=yes,status=yes";
f2=window.open(ind,"SGWGalleryIt_s_Raining_Babies",oparam);
}

