// Note to myself, Matt, and anyone else who reads this: "butterfly_e1" has a slightly greater height than all the other pictures but I decided to leave the window's height as it was so that all the windows were the same size.


function enlarge_butterfly_s1(){
window.open("images/Headrest-picture-07-large.jpg", "butterfly_s1", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_butterfly_s2(){
window.open("images/Headrest-picture-08-large.jpg", "butterfly_s2", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_butterfly_e1(){
window.open("images/Headrest-picture-10-large.jpg", "butterfly_e1", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_butterfly_e2(){
window.open("images/Headrest-picture-11-large.jpg", "butterfly_e2", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}

function enlarge_bear_s1(){
window.open("images/Headrest-picture-13-large.jpg", "bear_s1", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_bear_s2(){
window.open("images/Headrest-picture-14-large.jpg", "bear_s2", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_bear_e1(){
window.open("images/Headrest-picture-16-large.jpg", "bear_e1", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_bear_e2(){
window.open("images/Headrest-picture-17-large.jpg", "bear_e2", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}

function enlarge_penguin_s1(){
window.open("images/Headrest-picture-01-large.jpg", "penguin_s1", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_penguin_s2(){
window.open("images/Headrest-picture-02-large.jpg", "penguin_s2", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_penguin_e1(){
window.open("images/Headrest-picture-04-large.jpg", "penguin_e1", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_penguin_e2(){
window.open("images/Headrest-picture-05-large.jpg", "penguin_e2", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}

function enlarge_socket1(){
window.open("images/Headrest-picture-18-large.jpg", "socket1", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_socket2(){
window.open("images/Headrest-picture-19-large.jpg", "socket2", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_stand1(){
window.open("images/Headrest-picture-24-large.jpg", "stand1", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}
function enlarge_stand2(){
window.open("images/Headrest-picture-25-large.jpg", "stand2", "height=507,width=740,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0");
}

