function PopupPic(PicURL) { 
	window.open("image.html?" + PicURL, "",  "resizable=1,HEIGHT=10,WIDTH=500"); 
} 
function checkSearch(obj) { 
	if (obj.keyword.value == '') {
		alert('Please enter a Keyword');
		return false;
	}
}