function movepic (img_name,img_src) {
	document[img_name].src = img_src;
}
image1 = new Image();
image1.src = "../pix/off.gif";
image2 = new Image();
image2.src = "../pix/on.gif";

function neww(link) {
	window.open(link,"bpf","innerWidth=800,innerHeight=500,resizable=yes");
}
