function setStatus(msg) {
	this.window.status= msg;
	return true;
}

function PopupPic(sPic,sDesc) {
	window.open( "popup.html?"+sPic+"?"+sDesc, sPic, "resizable=1,WIDTH=200,HEIGHT=200");
}

