self.status = 'מדף תעשיות פלסטיק בע"מ - Madaf Plastic Packaging Industries LTD'
self.defaultStatus = 'מדף תעשיות פלסטיק בע"מ - Madaf Plastic Packaging Industries LTD'
function imageSwitcher(name, new_src)
{
	item_ptr = document.all.item(name);
	item_ptr.src = new_src;
}
function openIt(name) {
	item_ptr = document.all.item(name);
	item_ptr.style.visibility = "visible";
}
function closeIt(name) {
	item_ptr = document.all.item(name);
	item_ptr.style.visibility = "hidden";
}
