﻿function ResimGoster(dosya){
	var filterstring="progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)";
	var resim = GetRef('ctl00_cph1_ctl09_imgUrunResim');
	resim.src="ResimGoster.aspx?w=400&h=300&dosya=" + dosya;
	
	if(!isFF){
		resim.style.filter=filterstring;
		resim.filters[0].Apply() ;
		resim.filters[0].Play();
	}
}

