function openWindow1(imgUrl,name)
{
	photo = window.open("nurse1.htm","Pamba","width=800,height=700,top=50,left=50,resizable=1,scrollbars=yes")
	photo.focus();
}
function openWindow2(imgUrl,name)
{
	photo = window.open("nurse2.htm","Pamba","width=800,height=700,top=50,left=50,resizable=1,scrollbars=yes")
	photo.focus();
}
function openWindow3(imgUrl,name)
{
	photo = window.open("panel1.htm","Pamba","width=800,height=700,top=50,left=50,resizable=1,scrollbars=yes")
	photo.focus();
}
function openWindow4(imgUrl,name)
{
	photo = window.open("panel2.htm","Pamba","width=800,height=700,top=50,left=50,resizable=1,scrollbars=yes")
	photo.focus();
}
function openWindow5(imgUrl,name)
{
	photo = window.open("bedsidepanel1.htm","Pamba","width=800,height=550,top=50,left=50,resizable=1,scrollbars=yes")
	photo.focus();
}
function openWindow6(imgUrl,name)
{
	photo = window.open("bedsidepanel2.htm","Pamba","width=800,height=550,top=50,left=50,resizable=1,scrollbars=yes")
	photo.focus();
}


