function lra()
{
new_window=open("","hoverwindow","width=350,height=300,left=500,right=500");
new window.document.open();

var d = new_window.document

d.write('<html><title>Laney Rose 1</title>');
d.write('<body bgcolor=\"#FFFFCC\">');
d.write('<center><img src=\"imgs/Blankets/lr1.jpg\" width=\"345\" height=\"295\"></center>');
d.write('</body></html>');
d.close()
}



function lrb()
{
new_window=open("","hoverwindow","width=350,height=300,left=10,right=10");
new window.document.open();

var d = new_window.document

d.write('<html><title>Laney Rose 2</title>');
d.write('<body bgcolor=\"#FFFFCC\">');
d.write('<center><img src=\"imgs/Blankets/lr2.jpg\" width=\"345\" height=\"295\"></center>');
d.write('</body></html>');
d.close()
}

function dca()
{
new_window=open("","hoverwindow","width=350,height=300,left=500,right=500");
new window.document.open();

var d = new_window.document

d.write('<html><title>Dylan Cole 1</title>');
d.write('<body bgcolor=\"#FFFFCC\">');
d.write('<center><img src=\"imgs/Blankets/dc1.jpg\" width=\"345\" height=\"295\"></center>');
d.write('</body></html>');
d.close()
}

function dcb()
{
new_window=open("","hoverwindow","width=350,height=300,left=10,right=10");
new window.document.open();

var d = new_window.document

d.write('<html><title>Dylan Cole 2</title>');
d.write('<body bgcolor=\"#FFFFCC\">');
d.write('<center><img src=\"imgs/Blankets/dc2.jpg\" width=\"345\" height=\"295\"></center>');
d.write('</body></html>');
d.close()
}

function close_window()
{
new_window.close();
}

