function showfullentry(idm) {
if (idm == ""){idm=1;}
var gm = document.getElementById('entry'+idm);
var fm = document.getElementById('fullentry'+idm);


if (gm){
	if(gm.className == 'yesselected'){
		idm='';
		fm='';
		gm='';
		mm='';
	}
}


for (var i = 1; i<=50; i++) {
	if (document.getElementById('entry'+i)) {
		document.getElementById('fullentry'+i).style.display='none';
		document.getElementById('entry'+i).className='notselected';
		}
}
if (fm) {fm.style.display='block';}
if (gm) {gm.className='yesselected';}	

}


function changedate() {

if(document.getElementById('datechanger').style.display == 'none'){
document.getElementById('datechanger').style.display = 'block'
}else{
document.getElementById('datechanger').style.display = 'none'
}


}

function placemovie(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="460" height="380">\n');
	document.write('<param name="movie" value="/iuvo_files/flash/home.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="/iuvo_files/flash/home.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="460" height="380"></embed>\n');
	document.write('</object>');
}

function placemoviegallery(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="395" height="305">\n');
	document.write('<param name="movie" value="/iuvo_files/imgs/splash_flv.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="/iuvo_files/imgs/splash_flv.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="395" height="305"></embed>\n');
	document.write('</object>');
}



function set_white(){
	//document.cookie = "iuvo_css_cookies=iuvo_css;";
	document.cookie = "iuvo_css_cookies=iuvo_css; expires=01/06/2015ï¿½00:00:00; path=/;";
	window.location.reload();
}

function set_black(){
	//document.cookie = "iuvo_css_cookies=iuvo_css_black;";
	document.cookie = "iuvo_css_cookies=iuvo_css_black; expires=01/06/2015ï¿½00:00:00; path=/;";
	window.location.reload();
}








function uncentre(){
var myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    bodywidth = window.innerWidth;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    bodywidth = document.documentElement.clientWidth;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    bodywidth = document.body.clientWidth;
  }



if (bodywidth < 980){
		document.getElementById('master').style.left = '10px';
		document.getElementById('master').style.marginLeft = '0px';
		document.getElementById('master').style.paddingRight = '10px';
		document.getElementById('master').style.width = '970px';
		
		document.getElementById('logo').style.left = '879px';
		document.getElementById('logo').style.marginLeft = '0px';
		
		document.getElementById('ogol').style.left = '879px';
		document.getElementById('ogol').style.marginLeft = '0px';
	}else{
		document.getElementById('master').style.left = '50%';
		document.getElementById('master').style.marginLeft = '-480px';
		document.getElementById('master').style.paddingRight = '0px';
		document.getElementById('master').style.width = '960px';
		
		document.getElementById('logo').style.left = '50%';
		document.getElementById('logo').style.marginLeft = '389px';
		
		document.getElementById('ogol').style.left = '50%';
		document.getElementById('ogol').style.marginLeft = '389px';
	}

	
}


$(document).ready(function(){
	$('div.landingpagehider_cancel').hide();
   
	

	$('div.landingpagehider_cancel').hover(function() {
  			$(this).addClass('prettyhover');
		}, function() {
 	 		$(this).removeClass('prettyhover');
		});
	
	$("div.landingpagehider_cancel").click(function(){$('div.landingpagehider_cancel').fadeIn('slow');});
	
	

  });



function landinpageshow(){$('div.landingpagehider').fadeIn('slow');}


function flashland(flashlink, flashheight){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="480" height="'+flashheight+'">\n');
	document.write('<param name="movie" value="'+ flashlink +'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="'+ flashlink +'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="'+flashheight+'"></embed>\n');
	document.write('</object>');
}