function visBillede(mappen,nummer,hoejde,bredde){    var fremvis = window.open( '/Pigerne/Ramme2.php?pige='+PigeNavn+';mappe='+mappen+';nummer='+nummer+';hoejde='+hoejde+';bredde='+bredde , '_vis' ,    'height='+(hoejde+40)+',width='+(bredde+40)+',screenX=20,screenY=20,resizable=no,scrollbars=yes,directories=no,location=no,menubar=no,status=no' )}function resizeImg(billedet){	}function BilledTabel(rows,cols,mappen,version,side){     var i , j    var shown = 0 ; var total = this.length    var mappe = ( mappen != "x" ? "/"+mappen+"/" : "/" )    document.write('<table border="0" cellspacing="0" cellpadding="5">')    for ( i=0 ; i<rows && shown<total ; i++ )    {        document.write('<tr align="center" valign="middle">')        for (j=0 ; j<cols && shown<total ; j++)        {            document.write('<td>')            if ( this[shown].nummer != "" )             {                if ( version == "final" )                 {                     document.write('<a href="javascript:visBillede(\''+mappen+'\',\''+this[shown].nummer+'\','+this[shown].visHeight+','+this[shown].visWidth+')" ')                    document.write('onmouseover="window.status=\'klik for at se billedet stort\';return true" ')                    document.write('onmouseout="window.status=\'\';return true" ')                    document.write('>')                    document.write('<img src="/Pigerne/'+PigeNavn+'/billeder'+mappe+'pre'+this[shown].nummer+'.jpg" alt="inv'+this[shown].nummer+'" width="'+this[shown].preWidth+'" height="'+this[shown].preHeight+'"')//                    document.write('id="pic'+this[shown].nummer+'" ')//                    document.write('onmouseover="document.getElementById(\'pic'+this[shown].nummer+'\').src=\'billeder'+mappe+'pre'+this[shown].nummer+'.jpg\'" ')//                    document.write('onmouseout="document.getElementById(\'pic'+this[shown].nummer+'\').src=\'billeder'+mappe+'inv'+this[shown].nummer+'.jpg\'" ')                }                else                {                     document.write('<a href="javascript:window.location.replace(\''+side+'?mappen='+mappen+';#'+mappen+'\')" ')                    document.write('onmouseover="window.status=\'klik for at se hele serien\';return true" ')                    document.write('onmouseout="window.status=\'\';return true" ')                    document.write('>')                    document.write('<img src="/Pigerne/'+PigeNavn+'/billeder'+mappe+'pre'+this[shown].nummer+'.jpg" alt="pre'+this[shown].nummer+'" width="'+this[shown].preWidth+'" height="'+this[shown].preHeight+'"')                }                document.write('ondrag="return false" ')                document.write('ondragstart="return false" ')                document.write('oncontextmenu="return false" ')                document.write('>')                document.write('</a>')            }            document.write('</td>')            shown++        }        document.write('</tr>')    }    document.write('</table>')} Array.prototype.visMig = BilledTabel
