var t = new Image(); t.src = "images/livestream2.jpg"; 

function printContent()
{
   var w = window.open("", "print","width=800,height=600,scrollable=yes");
   w.document.body.innerHTML = '<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style> body{ font-family:arial; font-size: 15px; line-height: 130%; } </style>'+document.getElementById("for_print").innerHTML+'<table width="100%"><tr><td><hr size="1" color="whitesmoke"></td></tr><tr><td align="right"><input type="button" value="Printaj" onclick="window.print();" /></td></tr></table>';  
}

function tdTop()
{
  var tds = document.getElementsByTagName('TD');
  for(i=0; i<tds.length; i++)
  {
     tds[i].valign = 'top';
  }
}

function check()
{
	if(screen.width > 1024)
	{
		document.getElementById('main').style.width = '1000px';
	}
}
