var hImagePopup;
function ImagePopup(key)
{		
	hImagePopup = window.open(key , "BookImage", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes,height=750, width=450, top=100, left=10"); hImagePopup.focus(); 
}    

var hContentPopup;
function ContentPopup(key,title)
{		
	hContentPopup = window.open(key , "BookImage", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes,height=750, width=500, top=100, left=10,title=title"); hImagePopup.focus(); 
}    

