function openLink(id)
{
	window.open('http://www.enetez.com/thankyou.php?id='+id,'adwindow','width=500,height=400,resizable=1');
}