// JavaScript Document

if (window != top)  { top.location.href=location.href; }
if (top.location != location)  { top.location.href = document.location.href; }
function filmEvent() 
{
	window.open('lb/kknm/KK-com-Prog-Med-400kbps-320x240-Native.html','film','menubar=0,resizable=0,width=350,height=300');
}

// -----------------------------------------------------

var ns = (document.layers) ? 1:0;
var ns6 = (document.sidebar) ? 1:0;
var agt=navigator.userAgent.toLowerCase();
var is_ie=(agt.indexOf("msie")!=-1);
var is_net=(agt.indexOf("mozilla/5")!=-1);
var is_mac = agt.indexOf("Mac")>-1;

if(is_ie || is_net) {
	var ie=true;
}   

if (ns) 
{
	widthCheck = window.innerWidth;
	heightCheck = window.innerHeight;
	window.onResize = resizeFix;
}
function opnPop(mypage)
{
	if (is_ie && ! is_mac)
	{
		if (typeof win == "undefined")
		{
			window.open(mypage,'','fullscreen=1');
		}
	}
	else
	{
		var win=window.open(mypage,'ahs','width='+screen.width+',height='+screen.height+',top=0,left=0');
	}
}

function resizeFix() 
{
	if (widthCheck != window.innerWidth || heightCheck != window.innerHeight)
	{
		document.location.href = document.location.href;
	}
}
