﻿function refertofriends(linkid)
{
	var newImageSrc = 'http://go.microsoft.com/?linkid=' + linkid
	var pageURL = location.href;
	
	document.images.rf.src=newImageSrc;
	
	document.location.href="mailto:?subject=A nice website to share&body=Hey, I was surfing on Microsoft webpage just now and found " + pageURL + " useful and interesting. There is something I believe you might be interested in. Why don't you check it out?";
	
	return;
}

function refertofriends_c(linkid)
{
	var newImageSrc = 'http://go.microsoft.com/?linkid=' + linkid
	var pageURL = location.href;
	
	document.images.rf.src=newImageSrc;
	
	document.location.href="mailto:?subject=好網推介&body=我剛瀏覽 Microsoft 網頁，發現 " + pageURL + " 非常實用和有趣。我相信您都會感興趣。不如去看看吧!";

//	var mailtoString = "mailto%3A%3Fsubject%3D%u597D%u7DB2%u63A8%u4ECB%26body%3D%u6211%u525B%u700F%u89BD%20Microsoft%20%u7DB2%u9801%uFF0C%u767C%u73FE%20" + pageURL + "%20%u975E%u5E38%u5BE6%u7528%u548C%u6709%u8DA3%u3002%u6211%u76F8%u4FE1%u60A8%u90FD%u6703%u611F%u8208%u8DA3%u3002%u4E0D%u5982%u53BB%u770B%u770B%u5427%21";
	
	return;
}

function refertofriends2(linkid,folderid)
{
	var newImageSrc = 'http://go.microsoft.com/?linkid=' + linkid
	var newIFrameSrc = '/hk/include/friends/' + folderid + '/' + linkid + ".html";
	var pageURL = location.href;
	
	document.images.rf.src = newImageSrc;

	document.all.Iframe1.src = newIFrameSrc;
		
	document.location.href="mailto:?subject=A nice website to share&body=Hey, I was surfing on Microsoft webpage just now and found " + pageURL + " useful and interesting. There is something I believe you might be interested in. Why don't you check it out?";
		
	return;
}

function refertofriends2_c(linkid,folderid)
{
	var newImageSrc = 'http://go.microsoft.com/?linkid=' + linkid
	var newIFrameSrc = '/hk/include/friends/' + folderid + '/'  + linkid + ".html";	
	var pageURL = location.href;
	
	document.images.rf.src = newImageSrc;

	document.all.Iframe1.src = newIFrameSrc
	
	document.location.href="mailto:?subject=好網推介&body=我剛瀏覽 Microsoft 網頁，發現 " + pageURL + " 非常實用和有趣。我相信您都會感興趣。不如去看看吧!";


	return;
}
