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


function CS1(fullpath) {
doc = this.document;
doc.code.text_link.value = '<a href="http://www.netequip.ru/"><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.netequip.ru/"><img src="'+fullpath+'" border="0" alt="Энциклопедия сетевого оборудования NetEquip.Ru" 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.netequip.ru/"><img src="'+fullpath+'" border="0" alt="Энциклопедия сетевого оборудования NetEquip.Ru" border="0" width="468" height="60">';
doc.code.banner.select();
if (doc.execCommand) {
doc.execCommand('copy');
}
}
