function openRes(linkRes){
	winRes=window.open(linkRes,"windowRes","scrollbars=yes,toolbar=yes,resizable=yes,width=480,height=480,left='+leftPos+',top=50,left=10")
}

function openNews(news){
	winNews=open(news,"windowNews","toolbar=yes,scrollbars=yes,resizable=yes,width=500,height=500,left='+leftPos+',top=0,left=250")
}

function openNewsletter(newsletter){
	winNewsletter=open(newsletter,"windowNewsletter","toolbar=yes,scrollbars=yes,resizable=no,width=200,height=500,top=0,right=0")
}

function openPress(press){
	winPress=open(press,"windowPress","toolbar=no,scrollbars=yes,resizable=yes,width=600,height=300,left='+leftPos+',top=10,left=10")
}

function openGallery(gallery){
	winGallery=open(gallery,"windowGallery","toolbar=no,scrollbars=no,width=600,height=480,left='+leftPos+',top=10,left=10")
}

function byeWindow()
{
if(this.window && !this.window.closed){this.window.close()}
}

