function ss(msg) {  window.status=msg; return true; }
function cs() {  window.status='www.black-arabians.at'; return true; }
function bildgross(BildName,BildText,height,width) {
newWindow = window.open("", "", "height=" + height + ",width=" + width + ",left=100,top=75");
newWindow.document.write('<html><head><link href="style.css" rel="stylesheet" type="text/css"><title>' + BildText + '</title><script language="JavaScript" src="scripts.js" type="text/javascript"></script>  </head><body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 onBlur="window.close();"><table border=0 cellpadding="0" cellspacing="0"><tr><td align=center valign=middle><img src="Bilder/' + BildName + '"></td</tr></table></body></html>');
newWindow.document.close();
}
cs();

