function Shot(src, alt, sx, sy) 
{
var head = "<head><title>"+alt+"</title></head>"
var body = "<body leftmargin='0' topmargin='0' marginheight='0' marginwidth='0' onload='focus()' onclick='window.close()'>"
var div  = "<script src=/Prog/Show.js></script><div id='win' style='z-index: 50; position: absolute; left:0; top:0; visibility: hidden; padding: 0px 2px; border: solid 1px #0A283C; background-color: #FFEFCD; font-family: Arial, Tahoma, sans-serif; font-size: 10px; color: #0A283C;'>Click to close window</div>"
var doc  = "<table width="+sx+" height="+sy+" bgcolor=0 cellpadding=0 style='border-collapse: collapse'><tr><td><a href="+src+" onMouseOver=showwin(1)  onMouseOut=showwin(0) onMouseMove=showwin(1)><img border=0 src="+src+" alt=''></a></td></table>"
ShotWin = open("", "_blank", "width="+sx+" height="+sy);
ShotWin.document.write("<html>"+head+body+div+doc+"</body></html>");
ShotWin.document.close();
                                             
window.event.returnValue = false;
}

function Shot800(src, alt) 
{
Shot(src, alt, "800", "600")
}

function ShotSQ(src, alt) 
{
Shot(src, alt, "600", "600")
}

function Shot640(src, alt) 
{
Shot(src, alt, "640", "480")
}

function Shot752(src, alt) 
{
Shot(src, alt, "752", "576")
}


function preload() {
var im1=new Image;
im1.src='Pics/comp1.gif';
im1.src='Pics/proj1.gif';
im1.src='Pics/cont1.gif';
}
function button(bn) {
var t = document.images[bn].src
document.images[bn].src = t.substr(0,t.length-5) + 'y.png' ;
}
function buttof(bn) {
var t = document.images[bn].src
document.images[bn].src = t.substr(0,t.length-5) + 'n.png' ;
}
