	function playtipsPopUp(iProdID) {
		page = "/fi/littlepeople/products/playtipspopup.asp"
		window.open(page + "?id=" + iProdID, 'Playtips' ,"scrollbars=yes,resize=no,toolbar=no,left=75,top=50,screenX=300,screenY=100,width=517,height=450");
	}