﻿var uruni;
function goster(yer,kod,type,w,h){
	uruni=window.open("show.php?y="+yer+"&i="+kod+"&t="+type+"",'urun','height='+h+',width='+w+',scrollbars=no');
	if (window.focus) {uruni.focus()}
}
