﻿
function openWeather()
{
    tmSizedPopup('/addons/weather/WeatherReport.aspx','weather',400,300);
}


function openkampanj(u)
{
	switch(u)
	{
		case "iqunited":
			tmFullScreenWindow('/united/index.html','IQFlash');
			break;
		case "alkolas3":
			tmSizedPopup("/kampanjer/alkolas2007/index.htm","Alkolas3",800,600);
			break;
		case "alkolasFromOld":
			tmSizedPopup("/kampanjer/alkolas2007/index.htm","Alkolas3",800,600);
			alkolas.close();
			break;
		case "alkolas":
			tmSizedPopup("/kampanjer/alkolas/index.html","Alkolas",980,640);
			break;
		case "karlbertil":
			tmFullScreenWindow('/kampanjer/karlbertil','KB');
			break;
	}
}



/* Fixes */
function callIqExternal(id)
{
	self.location.href="iq-projekt-detaljer.aspx?iqno=" + id;
}
