//(c) copyright Mihai Kelemen 2010. All Rights Reserved

try{window.addEventListener('load',initApp,false);}catch(e){window.attachEvent('onload',initApp);}
function initApp(){$Utils.createE('link','head','css/sfx.css','',['rel','type'],['stylesheet','text/css']);$Utils.createE('link','head','css/tooltip.css','',['rel','type'],['stylesheet','text/css']);var preloadImages=['fade','casagornicului','fly2skies','vilafrida','mdk'];var imageSizeW=['9','228','234','229','234'];var imageSizeH=['9','130','130','130','130'];var imageExtension='.png';var imageSrc='assets/';for(var img=0;img<preloadImages.length;img++){$Utils.preload(imageSrc,preloadImages[img],imageExtension,imageSizeW[img],imageSizeH[img]);}
var header=$Utils.getElementByClassName('div','header');for(var h=0;h<header.getElementsByTagName('a').length;h++){header.getElementsByTagName('a')[h].setAttribute('onmouseover','$tooltip(this)');}
document.getElementById('copyright_btn').setAttribute('onmouseover','$tooltip(this)');document.getElementById('copyright_btn').setAttribute('onclick','showCopyright()');var footer=$Utils.getElementByClassName('div','footer');for(var f=0;f<footer.getElementsByTagName('a').length;f++){footer.getElementsByTagName('a')[f].setAttribute('onmouseover','$tooltip(this)');}
var tools=document.getElementById('site_nav_right').getElementsByTagName('img');var tool_functions=['$Utils.fontSize(this)','$Utils.fontSize(this)','$Utils.bookmark()','other(\'rss\')','other(\'refresh\')'];for(var t=0;t<tools.length;t++){tools[t].setAttribute('onclick',tool_functions[t]);}
var today=$Utils.calendar(0);var calendar=$Utils.getElementByClassName('div','calendar');calendar.innerHTML=today[0]+', '+today[1]+' '+today[2];if(document.getElementById('scroll_up')){document.getElementById('scroll_up').getElementsByTagName('img')[0].setAttribute('onclick','$Utils.scrollUp()');document.getElementById('scroll_up').getElementsByTagName('img')[0].setAttribute('onmouseover','$tooltip(this)');}
var us=navigator.userAgent.toLowerCase();var msg='';if(us.indexOf('msie')!=-1&&document.getElementById('ie_alert')){if(us.indexOf('msie 5.5')!=-1){msg='Versiunea dumneavoastr&#259; pentru <b>Internet Explorer</b> este <b>5.5</b><br/>Recomand&#259;m o actualizare a acestuia la versiunea disponibil&#259; &#238;n prezent<br/>';}
if(us.indexOf('msie 6.0')!=-1){msg='Versiunea dumneavoastr&#259; pentru <b>Internet Explorer</b> este <b>6.0</b><br/>Recomand&#259;m o actualizare a acestuia la versiunea disponibil&#259; &#238;n prezent<br/>';}
if(us.indexOf('msie 7.0')!=-1){msg='Versiunea dumneavoastr&#259; pentru <b>Internet Explorer</b> este <b>7.0</b><br/>Recomand&#259;m o actualizare a acestuia la versiunea disponibil&#259; &#238;n prezent<br/>';}
$Utils.createE('span','ie_alert','','<br/>'+msg,'id','fake');}
var current_page=document.location.pathname;var development='/';if(current_page==development||current_page==development+'maintenance'){homePage();}else if(current_page==development+'galerie.html'){}else if(current_page==development+'contact.html'){$Utils.createE('span','m','','<a href="mailto:valeriuninca@yahoo.com">valeriuninca@yahoo.com</a>','style','color:none;');}else{return false;}}
function other(act){if(act==='rss'){location.href='rss';}else{location.href=location.href;}}
function showCopyright(){var terms=document.getElementById('terms');var e=0;var c=170;var s=17;function expand(){e+=s;terms.style.height=e+'px';terms.style.display='block';if(e>=c){clearInterval(t);}}
function collapse(){c-=s;terms.style.height=c+'px';if(c<=0){terms.style.display='none';clearInterval(t);}}
if(terms.style.display=='block'){var t=setInterval(collapse,10);}else{var t=setInterval(expand,1);}}
function homePage(){var random_image=document.getElementById('random_image');var random_image_caption=document.getElementById('random_image_caption');var random_image_bckr=document.getElementById('random_image_bckr');var w,h,w1,h1,r,c,t,p;var alpha=0;var i=0;var i2=0;var s=20;var b=false;$Utils.Ajax(processAjax,'post','php/images','id=one','json');function processAjax(response){if(response=='01'){return true;}else{if(typeof(response)!='object'||response=='02'){p='BereAzuga-3.jpg';w=640;h=480;c='Azuga';}else{p=response.path;w=parseInt(response.width);h=parseInt(response.height);c=response.comment;}
$Utils.preload('images/',p.substring(0,p.length-4),'.jpg',w,h);random_image_bckr.innerHTML='';$Utils.createE('img','random_image_bckr','images/'+p,'','','');var img=random_image_bckr.getElementsByTagName('img')[0];img.style.display='none';r=w/h;if(w>h){w1=380;}else{w1=225;}
h1=Math.round(w1/r);function displayImage(){img.style.display='block';img.style.opacity=0;img.style.filter='alpha(opacity='+0+')';i+=5;img.style.height=i+'px';img.style.width=0;if(i>=h1){img.style.height=h1+'px';b=true;}
if(b){i2+=10;img.style.width=i2+'px';if(i2>=w1){img.style.width=w1+'px';img.style.opacity=alpha/100;img.style.filter='alpha(opacity='+alpha+')';if(alpha>=100){img.style.opacity=1;img.style.filter='alpha(opacity='+100+')';random_image_caption.style.textAlign="justify";random_image_caption.style.padding=5+'px';random_image_caption.innerHTML='&nbsp;';clearInterval(t);typeWritter(c);}
if(window.ActiveXObject){alpha+=5;}else{alpha+=2;}}}}
t=setInterval(displayImage,s);}}
function typeWritter(txt){var number_of_chars=txt.length;var cursor='_';var start_char=0;function beginWrite(){start_char++;random_image_caption.innerHTML=txt.substr(0,start_char)+cursor;if(number_of_chars==start_char){random_image_caption.innerHTML=txt;clearInterval(t);}}
t=setInterval(beginWrite,30);}}
