function credx(d,b,c){strAppVersion=navigator.appVersion;if(strAppVersion.indexOf("MSIE")!=-1&&strAppVersion.substr(strAppVersion.indexOf("MSIE")+5,1)>4){var a="dialogWidth: "+b+"px;dialogHeight: "+c+"px;center:yes; help:no; status:yes; scroll:no;";window.showModalDialog(d,"jaca",a)}else{var a="width= "+b+",height= "+(c-50);window.open(d,"",a,true)}return true};
