	function wopen(url,width){
		window.open(url,'mywin','width='+width+',height=400,toolbar=0,resizable=0');
	}
	function wopens(url,width){
		window.open(url,'mywin','width='+width+',height=400,toolbar=0,resizable=0,scrollbars=1');
	}
	function searchResizeableImages(){
		var as = document.getElementsByTagName('a');
		for(var i in as){
			if(typeof(as[i].getAttribute)!="undefined"){
				if(as[i].getAttribute('title')=="resizeable" && as[i].innerHTML!=""){
					as[i].setAttribute('rel','clearbox[gerezdi_news]');
					as[i].setAttribute('title','');
					as[i].childNodes[0].className='imageborder';
					as[i].childNodes[0].setAttribute('border','0r');
					as[i].setAttribute('href',as[i].childNodes[0].getAttribute('src'));
				}
			}
		}
	}
