function sendEmail(newsId)
{
	var width, height, wintop, winleft;
    width = 450;
    height  = 465;

	//Stašset gluggann į mišjum skjįnum
	winleft = (screen.width / 2) - (width / 2); 
    wintop = (screen.height / 2) - (height / 2); 

	OpenWin = this.open("http://www.peocon.com/email.asp?id=" + newsId, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height + ",top=" + wintop + ",left=" + winleft);
}

function openImage(image) 
{
	var width, height, wintop, winleft;
	var imgobj= new Image();
    imgobj.src = "http://www.peocon.com/gogn/photos/" + image;
    width = imgobj.width;
    height  = imgobj.height;

	if (width < 300)
	{
		width = 300;
	}
	else
	{
		width = width + 40
	}

	height = height + 40;

	//Stašset gluggann į mišjum skjįnum
	winleft = (screen.width / 2) - (width / 2); 
    wintop = (screen.height / 2) - (height / 2); 

	OpenWin = this.open("pressImage.asp?image=" + image, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height + ",top=" + wintop + ",left=" + winleft);
}

function resizeImage(img)
{
	if(img.width > 100)
	{
		img.width = 180;
	}
}

function openPeoCounter()
{
	window.location.href = "http://www.peocon.com/peocounterdemo.asp"; 
}

function openVideo(video) 
{
	var width, height, wintop, winleft;
	
	//Stęršir video gluggans
	width = 285;
	height = 290;

	//Stašset gluggann į mišjum skjįnum
	winleft = (screen.width / 2) - (width / 2); 
    wintop = (screen.height / 2) - (height / 2); 
	
	OpenWin = this.open("pressStream.asp?pressItem=" + video, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height + ",top=" + wintop + ",left=" + winleft);
}

function resizeImage(img)
{
	if(img.width > 90)
	{
		img.width = 90;
	}
}

function breakOutOfFrame()
{
	//alert('asdf');
	//window.parent.frames["bottomFrame"].close(); 
	//top.location=document.location;
	//window.parent.bottomFrame.document.close();
	
}

function openPeoManager()
{
	window.location.href = "http://www.peocon.com/peomanager"; 
}

function openRita()
{
	if(screen.height == "600" && screen.width == "800")	
	{
		window.location.href = "http://www.peocon.com/peomanager/rita800x600.aspx?demo=true"; 										
	}
	else if(screen.height == "480" && screen.width == "640")	
	{
		window.location.href = "http://www.peocon.com/peomanager/rita640x480.aspx?demo=true"; 					
	}	
	else if(screen.height == "768" && screen.width == "1280")	
	{
		window.location.href = "http://www.peocon.com/peomanager/rita1280x768.aspx?demo=true"; 				
	}	
	else if(screen.height != null && screen.width != "0")
	{					
		window.location.href = "http://www.peocon.com/peomanager/rita1024x768.aspx?demo=true"; 	
	}	 
}

function openAutoEmail()
{
	window.location.href = "http://www.peocon.com/autoEmailSample.html"; 
}

function peoCounterDemo()
{
	window.location.href = "http://www.peocon.com/peocounterdemo/setup.exe"; 
}

function gallup()
{
	window.location.href = "http://www.peocon.com/gogn/pdf/Gallup_verification.pdf"; 
}

function openPeoWeb()
{
	window.location.href = "http://www.peocon.com/peomanager/demo.aspx"; 
}