
function showpicture(code){
	var newwindow;
			newwindow = window.open("showpic.php","mywindow","height=500,width=600,status=no,toolbar=no,menubar=no");

			newwindow.document.writeln("<center><img src=../rx/pic/" + code + "></center>");
}




function slidepicture(name){
	alert(name);
     document.getElementById("pictureshow").innerHTML = "<img src=images/" + name + ">";
}


