function apri(NR) {
	nome='cfg'+NR ;
	url= '../pop/'+nome+'.htm';  

	wref = window.open(url, nome, 'directories=0,resizable=1,scrollbars=0,menubar=0,status=0,toolbar=0,location=0,width=670,height=560,top=0,left=0')
	wref.window.focus()
}

function redi() {
	location.href= "sc2006.php" ;
}

function wvideo(URL) {
	wref = window.open(URL, 'video', 'directories=0,resizable=0,scrollbars=0,menubar=0,status=0,toolbar=0,location=0,width=360,height=320,top=0,left=0')
}

function videoconf() {

	window.open('http://www.istiseo.org/flvs/def.htm','video','width=640,height=500,scrollbars=0');
	
}

function videoconf2() {

	window.open('http://www.istiseo.org/flvs/def2.htm','video2','width=640,height=500,scrollbars=0');
	
}

function videosummer2009() {

	window.open('/flvs/summerschool2009.php','video2009','width=385,height=305,scrollbars=0');
	
}


function awnew (imgname, imgdida) {

	var url = "../pop/w2008.php?imgname="+imgname+"&imgdida="+imgdida ;
	wref = window.open(url, "", "resizable=1,scrollbars=0,width=980,height=680,top=0,left=0") ;
	wref.window.focus() ;

}