
{
alt0 = new Image();
alt0.src = "Mistress.jpg";

alt1 = new Image();
alt1.src = "Lma.jpg";

alt2 = new Image();
alt2.src = "cat.gif";

graphic1= new Image();
graphic1.src = "B1Y.gif";
graphic1on = new Image();
graphic1on.src = "B2Y.gif";

graphic2= new Image();
graphic2.src = "B1N.gif";
graphic2on = new Image();
graphic2on.src = "B2N.gif";
}


function doit(){
var OpenWindow=window.open("","Maid","height=400,width=300");
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<TITLE>Good girl</TITLE>")
OpenWindow.document.write("<body background='Red.gif'><font color='#000080'>")
OpenWindow.document.write("<CENTER>")
OpenWindow.document.write("<font size=+3><B>Good girl!</B></font>")
OpenWindow.document.write("<font size=-1> <BR><BR></font>Don't forget to curtsey for your Mistress maid!<BR><BR>");
OpenWindow.document.write("<IMG SRC='Lm.jpg' HEIGHT=122 WIDTH=100><BR><BR>You are permitted to show your obedience and devotion to your Mistress by kneeling and kissing Her feet<BR>")
OpenWindow.document.write("<BR><link color='#80FF00'><A HREF=''onClick=self.close()>Yes Mistress, thank You Mistress</A></font>")
OpenWindow.document.write("</CENTER>")
OpenWindow.document.write("</HTML>")
}

function doit1(){

var OpenWindow=window.open("","Slut","height=400,width=300")
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<TITLE>Naughty slut</TITLE>")
OpenWindow.document.write("<body background='Red.gif'><font color='#000080'>")
OpenWindow.document.write("<CENTER>")
OpenWindow.document.write("<font size=+3><B>You naughty slut!!!</B></font>")
OpenWindow.document.write("<font size=-1> <BR><BR></font>Behaviour improvement lessons.<BR>That's what you need, isn't it girl!?<BR><BR>");
OpenWindow.document.write("<IMG SRC='Mistress1.jpg' HEIGHT=122 WIDTH=95><BR><BR>Don't despair girl, you are going to learn your place soon enough.<BR>You will become a more obedient and service minded maid than you ever imagined.<BR>")

OpenWindow.document.write("<BR><link color='#80FF00'><A HREF=''onClick=self.close()>Yes Mistress, I hope so Mistress</A></font>")
OpenWindow.document.write("</CENTER>")
OpenWindow.document.write("</HTML>")

}
