function newwindow(image) {
	newWindow = open("","newWindow","width=200,height=200");
	newWindow.document.open();
	newWindow.document.write('<title>window title</title><HTML><BODY bgcolor="#000000" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 ONBLUR="self.close()">');
	newWindow.document.write('<IMG SRC='+ image +'>');
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}

function newwindow2(image) {
	newWindow = open("","newWindow","width=300,height=140");
	newWindow.document.open();
	newWindow.document.write('<title>window2 title</title><HTML><BODY bgcolor="#000000" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 ONBLUR="self.close()">');
	newWindow.document.write('<IMG SRC='+ image +'>');
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}

function newwindow3(image) {
	newWindow = open("","newWindow","width=400,height=100");
	newWindow.document.open();
	newWindow.document.write('<title>window3 title</title><HTML><BODY bgcolor="#000000" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 ONBLUR="self.close()">');
	newWindow.document.write('<IMG SRC='+ image +'>');
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}

function newwindow4(image) {
	newWindow = open("","newWindow","width=100,height=200");
	newWindow.document.open();
	newWindow.document.write('<title>window4 title</title><HTML><BODY bgcolor="#000000" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 ONBLUR="self.close()">');
	newWindow.document.write('<IMG SRC='+ image +'>');
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}

function newwindow5(image) {
	newWindow = open("","newWindow","width=400,height=283");
	newWindow.document.open();
	newWindow.document.write('<title>window5 title</title><HTML><BODY bgcolor="#000000" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 ONBLUR="self.close()">');
	newWindow.document.write('<IMG SRC='+ image +'>');
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}

function newwindow6() {
	newWindow = open("","newWindow","width=310,height=300");
	newWindow.document.open();
	newWindow.document.write('<title>window6 title</title><HTML><BODY bgcolor="#ffffff" leftmargin=10 topmargin=10 marginheight=10 marginwidth=10 ONBLUR="self.close()">');
	newWindow.document.write('<p>');
	newWindow.document.write('To order online, all you have to do is');
	newWindow.document.write('<ul>');
	newWindow.document.write('<li>');
	newWindow.document.write('choose items (if there is a drop-down select box, click on its down arrow to open it, then select)');
	newWindow.document.write('<li>');
	newWindow.document.write('put the quantity you want in the number box alongside');
	newWindow.document.write('<li>');
	newWindow.document.write('click the Order button');
	newWindow.document.write('</ul><p>');
	newWindow.document.write('To check on purchases, click on "YOUR PURCHASES SO FAR". You can change your mind and remove items from there. When finally ready to send your order, go to "Buy Goods Online", fill in the form and SEND it.');
	
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}
function newwindow7(text) {
	newWindow = open("","newWindow","width=310,height=220");
	newWindow.document.open();
	newWindow.document.write('<title>window7 title</title><HTML><BODY bgcolor="#ffffff" resizable=yes leftmargin=10 topmargin=10 marginheight=10 marginwidth=10 ONBLUR="self.close()">');
	newWindow.document.write('<p>');
	newWindow.document.write('We are sorry this item is temporarily out of stock.');
	newWindow.document.write('<p>');
	newWindow.document.write('The item is on order from our suppliers and should be available soon');
newWindow.document.write('<p>');
	newWindow.document.write('<a href="mailto:info@pigswhisper.co.uk">Email</a> us if you would like to be notified by email when it arrives');
	
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}

function newwindow8(file) {
	newWindow = open(file,"newWindow","width=300,height=200,scrollbars=yes,resizable=yes");	
}

function cartwindow(file) {
	newWindow = open("\cart.htm","cart","width=500,height=200,scrollbars=yes,resizable=yes");
}

function newwindow9(image) {
	newWindow = open("","newWindow","width=200,height=400");
	newWindow.document.open();
	newWindow.document.write('<title>window9 title</title><HTML><BODY bgcolor="#000000" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 ONBLUR="self.close()">');
	newWindow.document.write('<IMG SRC='+ image +'>');
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}
function newwindow10(file) {
	newWindow = open(file,"newWindow","width=450,height=400,scrollbars=yes,resizable=yes");	
}

function newwindow11(image) {
	newWindow = open("","newWindow","width=300,height=100");
	newWindow.document.open();
	newWindow.document.write('<title>window11 title</title><HTML><BODY bgcolor="#000000" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 ONBLUR="self.close()">');
	newWindow.document.write('<IMG SRC='+ image +'>');
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}
function newwindow12(image) {
	newWindow = open("","newWindow","width=400,height=200");
	newWindow.document.open();
	newWindow.document.write('<title>window12 title</title><HTML><BODY bgcolor="#000000" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 ONBLUR="self.close()">');
	newWindow.document.write('<IMG SRC='+ image +'>');
	newWindow.document.write('</BODY></HTML>');
	newWindow.document.close();
}