function MiniWindow(vLink,vWidth,vHeight){
			window.open(vLink,"First_Books","width="+vWidth+",height="+vHeight+",scrollbars=1,resizable");
		}
function MiniWindow2(vLink,vWidth,vHeight){
			window.open(vLink,"First_Books","width="+vWidth+",height="+vHeight+",scrollbars=0,resizable");
		}
		
function MiniWindowClose(){
	alert("Close");
	First_Books.Close();
			}
		
