function redirectPagePlease(el){
		var id = el.options[el.selectedIndex].value;
		window.location = "http://www.teknikturk.com/?p=urun&id="+id;
	}
