Event.addBehavior({
"#uj_element_1:click": function(event) {
window.open(this.href,'_blank','height=560,width=800');return false;
},
".uj_element_2-pigeon:click": function(event) {
window.location='mailto:'+this.innerHTML; return false;
},
"#go_to_previous": function(event) {
new Tooltip(this, '<img src="/uploaded/portfolio_pics/0000/2136/secondStyle_thumb.jpg"/>');
},
"#go_to_page_1": function(event) {
new Tooltip(this, '<img src="/uploaded/portfolio_pics/0000/2136/secondStyle_thumb.jpg"/>');
},
"#go_to_page_3": function(event) {
new Tooltip(this, '<img src="/uploaded/portfolio_pics/0000/2127/bivet_contact_thumb.png"/>');
},
"#go_to_page_4": function(event) {
new Tooltip(this, '<img src="/uploaded/portfolio_pics/0000/2130/bivet-ver1-index2_thumb.png"/>');
},
"#go_to_page_5": function(event) {
new Tooltip(this, '<img src="/uploaded/portfolio_pics/0000/2133/BlackSeaPubs-jdeskstudio_thumb.png"/>');
},
"#go_to_page_6": function(event) {
new Tooltip(this, '<img src="/uploaded/portfolio_pics/0000/2139/ramzes-fitness-ver-2_2_thumb.jpg"/>');
},
"#go_to_next": function(event) {
new Tooltip(this, '<img src="/uploaded/portfolio_pics/0000/2127/bivet_contact_thumb.png"/>');
},
"#toggle_login": function(event) {
new Login(this,$("drop_login"),{forgotten_text:"Въведете потребителско име или ел. поща"});
},
"#language_box": function(event) {
new LanguageBox(this);
},
"#search_bar": function(event) {
new SearchBar(this);
},
"body": function(event) {
new GlobalEffects(this);
},
"#newsletter-email": function(event) {
this.onfocus = function(){if(this.value == 'твоята ел. поща')this.value = ''; this.parentNode.className = 'newsletter over'}; this.onblur = function(){if(this.value == '')this.value = 'твоята ел. поща';this.parentNode.className = 'newsletter'};
}
});
