
		function EmailFriend (id, store, product) {
			window.open ('http://www.kingwebtools.com/future_memories/email_to_friend/email_to_friend.php?id='+id+'&store='+store+'&prod_name='+product, '', 'width=550, height=532');
		}

		function AddBookmark () { 
			var bookmarkurl = location.href;
			var bookmarktitle = document.title;

			if (window.sidebar) { 
				window.sidebar.addPanel (bookmarktitle, bookmarkurl, ""); 
			} else if( document.all ) {
				window.external.AddFavorite (bookmarkurl, bookmarktitle); 
			} else if( window.opera && window.print ) { 
				return true; 
			}
		} 


function mOvr(src,clrOver) { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = clrOver; }}function mOut(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn; }} function mClk(src) { if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();} }
