function openInfoWindow(theURL) { //v2.0
	window.open(theURL,'contentsinfo','status=yes,scrollbars=yes,resizable=yes,width=624,height=648');
}
