/* 
	Script for project specific functions.
	May be used on any template in the framtidahandel.net website.
*/

function tellAFriend(pageId) {
	sUrl = 'tip.php?id=' + pageId;
	sProps = 'height=390,width=285,status=no,top=100,left=200,marginheight=0,marginwidth=0,scrollbars=0,toolbar=no,menubar=no,location=no,resizable=0';
	window.open(sUrl, null, sProps);
	return true;
}

