if (typeof window.innerWidth == "undefined"){
available_width=document.body.clientWidth;
available_height=document.body.clientHeight;
}else{
available_width = innerWidth;
available_height = innerHeight;
}

if (available_width > 0){
imgwidth = ((available_width/6)-4);
imgheight = ((imgwidth/4)*3);
}else{
imgwidth = 120;
imgheight = 108;
}

document.write ('<div align="center"><center><table cellpadding="0" cellspacing="1" bgcolor="#666666"><tr><td>');
document.write ('<table border=0 cellpadding=0 cellspacing=0 bgcolor="#C0C0C0"><tr valign=top>');
document.write ('<td><img src="_imgs/start/sand01.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand02.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand03.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand04.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand05.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand06.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('</tr><tr valign=top>');
document.write ('<td><img src="_imgs/start/sand07.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand08.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand09.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand10.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand11.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('<td><img src="_imgs/start/sand12.jpg" width='+imgwidth+' height='+imgheight+' alt=""></td>');
document.write ('</tr></table></td></tr></table></center></div>');