function sendToFriend()
{
	var strPath = '../send_to_friend/send_to_friend.asp';
	var sendToFriendWin = window.open(strPath,'PopUp','width=520,height=520,scrollbars,resizable');
	sendToFriendWin.focus();
}
function openImagesBrowser(imgID)
{
	var strPath = '../gallery/images_browser.asp?imgID=' + imgID;
	var imgBrowserWin = window.open(strPath, 'imgBrowser', 'width=560,height=500,scrollbars,resizable');
	imgBrowserWin.focus();
}
function OpenDownloadWindow(tid, iid)
{
	window.open('../_includes/DocDownload.asp?tid='+tid+'&iid='+iid,'DocDownload','width=550,height=500,toolbars=yes');
}