function getVar(v){var q = window.location.search.substring(1);var vs = q.split("&");for (var i=0;i<vs.length;i++){var p = vs[i].split("=");if (p[0] == v) {return p[1];}}return '';}
function Kucult(id,oran){setTimeout("document.getElementById('"+id+"').width=document.getElementById('"+id+"').width/"+oran+";",1000);}
function isset(){var a=arguments;var l=a.length;var i=0;if(l==0){throw new Error('E');}while(i!=l){if(typeof(a[i])=='undefined'||a[i]===null){return false}else{i++}}return true}