var treffer=self.location.search.substring(1);

function moreInfo(title,type,src,width,height){
	if(type==0){
		if(title && title.length > 5){var mytitle=title; var writetitle=true;}
		else{ var mytitle="VARTA Info"; var writetitle=false;}
		var InfoWin=window.open('','InfoWin','scrollbars=no');
		InfoWin.document.open('text/html');
		InfoWin.document.write('<html><head><title>VARTA Info</title><style type="text/css">a{color:#000000;font-family:arial,helvetica,sans serif;font-size:8pt;text-decoration:none};.hlcontent{color:#000099;font-family:arial,helvetica,sans serif;font-size:10pt;font-weight:normal;}</style></head>');
		InfoWin.document.write('<body leftmargin="2" topmargin="2" marginheight="2" marginwidth="2" bgcolor="#ffffff">');
		if(writetitle)InfoWin.document.write('<table width="95%" border="0"><tr><td width="10">&nbsp;</td><td class="hlcontent"><font face="arial,helvetica,sans serif" size="2" color="#000099" class="hlcontent">'+mytitle+'</font></td></tr></table>');
		InfoWin.document.write('<img src="'+src+'" border="0"><br><br><table width="95%" border="0"><tr><td width="50%"><img src="img/global/ic_pop.jpg" border="0" hspace="5" align="left"><a href="javascript:window.print()" class="hint">Imprimer</a></td><td width="50%"><img src="img/global/ic_pop.jpg" border="0" hspace="5" align="left"><a href="javascript:self.close();" class="hint">Fermer</a></td></tr></table></body></html>');
		InfoWin.document.close();
	}
	else {
		var InfoWin=window.open(src,'InfoWin','scrollbars=yes');
	}
	if(writetitle)height=height+25;
	InfoWin.resizeTo(width,(height+5));
	InfoWin.moveTo(150,90);
	InfoWin.focus();
}

function getpageIndex(){

}
