function MiniWindow(vLink,vWidth,vHeight){
			window.open(vLink,"Frogs_and_Flies","width="+vWidth+",height="+vHeight+",resizeable=1");
		}
		
function MiniWindowClose(){
	alert("Close");
	Frogs_and_Flies.Close();
			}
		