function initPopup ()
{
var obj = document.getElementById ('news_small_popup');
var obj1 = document.getElementById ('news_small_content');
if (obj && obj1)
{
/* PopupVisible */
var visibleStr = 'PopupVisible';
if (visibleStr == 'PopupVisible')
{
obj1.innerHTML = 'Vi har alla våra Premac-produkter uppställda för be- skådande under hela 2012.
- Nytt år
- Nya möjligheter
- Nya projekt
- Nya produkter
Vi står rustade';
obj.style.visibility = 'visible';
}
else
{
obj.style.visibility = 'hidden';
}
}
}
/* PopupContent: Vi har alla våra Premac-produkter uppställda för be- skådande under hela 2012.
- Nytt år
- Nya möjligheter
- Nya projekt
- Nya produkter
Vi står rustade <-- ENDOFLINE */