function setHoPa(obj) {
if (document.all) {
obj.style.behavior='url(#default#homepage)';
obj.setHomePage('http://www.autorussia.org');
return false;
} else if(!document.layers) {
netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesWrite");
navigator.preference("browser.startup.homepage", "http://www.autorussia.org"); 
return false;
}
return true;
}


function CS1(fullpath) {
doc = this.document;
doc.code.text_link.value = '<a href="http://www.autorussia.org/"><strong>Любимые автомобили россиян</strong></a> - новости, история, общие сведения, фото, форум. Самая полная информация о лучших автомобилях.';
doc.code.text_link.select();
if (doc.execCommand) {
doc.execCommand('copy');
}
}


function CS2(fullpath) {
doc = this.document;
doc.code.button.value = '<a href="http://www.autorussia.org/"><img src="'+fullpath+'" border="0" alt="Любимые автомобили россиян AutoRussia.Org" border="0" width="88" height="31">';
doc.code.button.select();
if (doc.execCommand) {
doc.execCommand('copy');
}
}


function CS3(fullpath) {
doc = this.document;
doc.code.banner.value = '<a href="http://www.autorussia.org/"><img src="'+fullpath+'" border="0" alt="Любимые автомобили россиян AutoRussia.Org" border="0" width="468" height="60">';
doc.code.banner.select();
if (doc.execCommand) {
doc.execCommand('copy');
}
}
