function popup(str)
{
var son = window.open(str,'sacla','scrollbars=yes,resizable=no,width=540,height=600,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function newsletter(str)
{
var son = window.open(str,'sacla','scrollbars=yes,resizable=no,width=540,height=350,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function video(str)
{
var son = window.open(str,'video','scrollbars=no,resizable=no,width=240,height=218,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function popup_video(str)
{
var son = window.open(str,'Sacla','scrollbars=no,resizable=no,width=532,height=308,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function popup_video_660(str)
{
var son = window.open(str,'Sacla','scrollbars=no,resizable=no,width=660,height=410,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function popup_video_cest_vous(str)
{
var son = window.open(str,'Sacla','scrollbars=no,resizable=no,width=532,height=343,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function popup_video_small(str)
{
var son = window.open(str,'Sacla','scrollbars=no,resizable=no,width=340,height=240,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}
function artedisacla(str)
{
var son = window.open(str,'artedisacla','scrollbars=no,resizable=no,width=320,height=278,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function beitipi(str)
{
var son = window.open(str,'beitipi','scrollbars=no,resizable=no,width=320,height=294,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function videonew(str)
{
var son = window.open(str,'Sacla','scrollbars=no,resizable=no,width=360,height=260,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function allarga(){
	document.getElementById('contentselect').style.width="280px";
	document.getElementById('selectname').style.width="280px";

}
function stringi(){
	document.getElementById('contentselect').style.width="145px";
	document.getElementById('selectname').style.width="145px";
}

function allarga2(){
	document.getElementById('contentselect2').style.width="280px";
	document.getElementById('selectname2').style.width="280px";
}
function stringi2(){
	document.getElementById('contentselect2').style.width="150px";
	document.getElementById('selectname2').style.width="150px";
}

function printPage()
 {
if (window.print)window.print()
else alert("Sorry! You can't print the page!");
}
