function img(_src,_ext,_w,_h,_alt){document.write('<img src=\"'+_src+'.'+_ext+'\" width=\"'+_w+'\" height=\"'+_h+'\" alt=\"'+_alt+'\">');}
function css(_src){document.write('<link type=\"text/css\" rel=\"stylesheet\" href=\"'+_src+'.css\">');}
function fjsc(_src){document.write('<script type=\"text/javascript\" src=\"'+_src+'.js\">');}

w=screen.width;
h=screen.height;
if((w<=0)||(h<=0)){w=800;h=600;}
x=w/10;
y=h/10;
function apriGalleria(_lang,_id)
{	dom="http://www.oggettiweb.co.uk/";
	src=dom+"digital/galleria.php?lang="+_lang;
	if(!_id){src+="&id="+_id;}
	 _title="Galleria"; 
	window.open(src,_title,"top=0,left=0,channelmode=0,fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,width="+w+",height="+h);
}
function apriVideo(_lang,_id,_linea,_w,_h)
{	dom="http://www.oggettiweb.co.uk/";
	src=dom+"digital/video/video.php?lang="+_lang+"&linea="+_linea;
	src+="&id="+_id;
	window.open(src,"Video","top="+y+",left="+x+",channelmode=0,fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,width="+_w+",height="+_h);
}
