var _ie = (navigator.appName.toLowerCase().indexOf("explorer") > -1);

var IE6=window.navigator.appVersion.toLowerCase().indexOf("msie 6") > -1 && window.navigator.appVersion.toLowerCase().indexOf("msie 7") == -1; //(navigator.appVersion.indexOf("MSIE 6")>-1);

var popup = null;
var ty = null;
var tx = null;
var bg = null;
var ykPop = null;
var ykURL = null;
var ykH = 0;
var ykW = 0;
var ifFrame = false;
var frameLoc = null;
var frameOffset = null;

function ykBannerClicked() {
		winHeight = jQuery(document).height();  
		winWidth = jQuery(window).width();
		ykPop.style.top = (jQuery(window).scrollTop()+20)+"px";
		if (ifFrame) { // INSERT IFRAME
			document.getElementById('popCont').innerHTML = frameLoc;	
		}
		else { // INSERT FLASH VIDEO
			var so = new SWFObject(ykURL, 'popCont', ykW, ykH, '8', '#ffffff');
			so.addParam('menu','false');
			so.addParam('align','middle');
			so.addParam('quality','high');
			so.addParam('allowFullScreen','true');
			so.addParam('allowScriptAccess','sameDomain');
			so.write('popCont');
		}
		
		jQuery('#popBg').animate({
			opacity: 0.1}, 50, function(){
				jQuery('#yk_pop').fadeIn('fast');
				
				jQuery('#popBg').fadeIn('fast');
				});
}
jQuery(document).ready(function($) {
	$(document).pngFix();
	var winHeight = $(document).height();  
	var winWidth = $(window).width();
	bg = document.createElement("div");
	ykPop = document.createElement("div");
	ykPop.style.display = "none";
	bg.style.display = "none";
	bg.className = "yk_pop_bg";
	bg.id = "popBg";
	bg.style.width = winWidth + "px";
	bg.style.height = winHeight + "px";
	ykPop.id = "yk_pop";
	ykPop.className = "yk_pop_main";
	document.body.appendChild(bg);
	document.body.appendChild(ykPop);
	ykPop.innerHTML = "<div class='yk_pop_wrap'><div class='popup_close' onclick='closePop();'></div><div class='popup_top'></div><div class='popup'><div class='pop_info' id='popCont'></div><div class='clear'></div><p class='pop_desc common_color normal_em' id='p_desc'></p></div><div class='popup_bottom'></div></div>";
		ykPop.style.left = "50%";
		ykPop.style.top =(jQuery(window).scrollTop()+20)+"px";
		$('.yk_pop_wrap')[0].style.position = "absolute";
		$('.yk_pop_wrap')[0].style.top="0px";
		$('.yk_pop_wrap')[0].style.left="0px";
	$(window).resize(function() {
		$(document).pngFix();
		winWidth = $(window).width();
		winHeight = $(document).height();
		ykPop.style.top = (jQuery(window).scrollTop()+20)+"px";
  		$('#popBg').css({'width':winWidth, 'height':winHeight});
	});
	try {
		getYkVars();
		if (ykW>800) { ykPop.style.marginLeft = -412.5+"px";}
		else {  ykPop.style.marginLeft = -262+"px";}
	} catch(e) {
		alert("I did not recieve your variables");
		}
});
function closePop() {
	jQuery('#yk_pop').hide();
	jQuery('#popBg').fadeOut('fast');
	document.getElementById('popCont').innerHTML = "";
}
/////////////////////////////////////////////////////////////////////// PNG FIX
(function(jQuery) {

jQuery.fn.pngFix = function(settings) {

	// Settings
	settings = jQuery.extend({
		blankgif: 'blank.gif'
	}, settings);

	var ie55 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 5.5") != -1);
	var ie6 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 6.0") != -1);

	if (jQuery.browser.msie && (ie55 || ie6)) {

		//fix images with png-source
		jQuery(this).find("img[src$=.png]").each(function() {

			jQuery(this).attr('width',jQuery(this).width());
			jQuery(this).attr('height',jQuery(this).height());

			var prevStyle = '';
			var strNewHTML = '';
			var imgId = (jQuery(this).attr('id')) ? 'id="' + jQuery(this).attr('id') + '" ' : '';
			var imgClass = (jQuery(this).attr('class')) ? 'class="' + jQuery(this).attr('class') + '" ' : '';
			var imgTitle = (jQuery(this).attr('title')) ? 'title="' + jQuery(this).attr('title') + '" ' : '';
			var imgAlt = (jQuery(this).attr('alt')) ? 'alt="' + jQuery(this).attr('alt') + '" ' : '';
			var imgAlign = (jQuery(this).attr('align')) ? 'float:' + jQuery(this).attr('align') + ';' : '';
			var imgHand = (jQuery(this).parent().attr('href')) ? 'cursor:hand;' : '';
			if (this.style.border) {
				prevStyle += 'border:'+this.style.border+';';
				this.style.border = '';
			}
			if (this.style.padding) {
				prevStyle += 'padding:'+this.style.padding+';';
				this.style.padding = '';
			}
			if (this.style.margin) {
				prevStyle += 'margin:'+this.style.margin+';';
				this.style.margin = '';
			}
			var imgStyle = (this.style.cssText);

			strNewHTML += '<span '+imgId+imgClass+imgTitle+imgAlt;
			strNewHTML += 'style="position:relative;white-space:pre-line;display:inline-block;background:transparent;'+imgAlign+imgHand;
			strNewHTML += 'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;';
			strNewHTML += 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + jQuery(this).attr('src') + '\', sizingMethod=\'scale\');';
			strNewHTML += imgStyle+'"></span>';
			if (prevStyle != ''){
				strNewHTML = '<span style="position:relative;display:inline-block;'+prevStyle+imgHand+'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;'+'">' + strNewHTML + '</span>';
			}

			jQuery(this).hide();
			jQuery(this).after(strNewHTML);

		});

		// fix css background pngs
		jQuery(this).find("*").each(function(){
			var bgIMG = jQuery(this).css('background-image');
			if(bgIMG.indexOf(".png")!=-1){
				var iebg = bgIMG.split('url("')[1].split('")')[0];
				jQuery(this).css('background-image', 'none');
				jQuery(this).get(0).runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + iebg + "',sizingMethod='scale')";
			}
		});
		
		//fix input with png-source
		jQuery(this).find("input[src$=.png]").each(function() {
			var bgIMG = jQuery(this).attr('src');
			jQuery(this).get(0).runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + bgIMG + '\', sizingMethod=\'scale\');';
   		jQuery(this).attr('src', settings.blankgif)
		});
	
	}
	
	return jQuery;

};

})(jQuery);

