function NewWindow1(name,width,height,folder){
	var novi=open("","","width="+width+",height="+height+",toolbar=0,location=0,status=0,menubar=0,scrollbars=0,top=0,left=0");
	novi.document.write('<html><head><title>'+name+'</title></head><body><table width="100%" height="100%" border="0" style="border-collapse:collapse;" cellpadding="0" cellspacing="0"><tr><td align="center" valign="middle"><img src="../../images/'+folder+'/'+name+'_velika.jpg" border="1"></td></tr></table></body></html>');
	novi.document.close();
}
function NewWindow2(name,width,height,folder){
	var novi=open("","","width="+width+",height="+height+",toolbar=0,location=0,status=0,menubar=0,scrollbars=1,top=0,left=0");
	novi.document.write('<html><head><title>'+name+'</title></head><body><table width="100%" height="100%" border="0" style="border-collapse:collapse;" cellpadding="0" cellspacing="0"><tr><td align="center" valign="middle"><img src="../../images/'+folder+'/'+name+'_velika.jpg" border="1"></td></tr></table></body></html>');
	novi.document.close();
}
function NewWindow3(name,width,height,folder){
	var novi=open("","","width="+width+",height="+height+",toolbar=0,location=0,status=0,menubar=0,scrollbars=0,top=0,left=0");
	novi.document.write('<html><head><title>'+name+'</title></head><body><table width="100%" height="100%" border="0" style="border-collapse:collapse;" cellpadding="0" cellspacing="0"><tr><td align="center" valign="middle"><img src="../images/'+folder+'/'+name+'_velika.jpg" border="1"></td></tr></table></body></html>');
	novi.document.close();
}
function NewWindow4(name,width,height,folder){
	var novi=open("","","width="+width+",height="+height+",toolbar=0,location=0,status=0,menubar=0,scrollbars=0,top=0,left=0");
	novi.document.write('<html><head></head><body style="margin:0;"><img src="../images/'+folder+'/'+name+'_velika.jpg" border="0"></body></html>');
	novi.document.close();
}
function NewWindow5(name,width,height,folder){
	var novi=open("","","width="+width+",height="+height+",toolbar=0,location=0,status=0,menubar=0,scrollbars=0,top=0,left=0");
	novi.document.write('<html><head></head><body style="margin:0;"><img src="images/vijesti/'+folder+'/'+name+'_velika.jpg" border="0"></body></html>');
	novi.document.close();
}