function OpenWin(name) 
{ //add 30 width add 112 height
	window.name = 'X';
	if (name == "bubblechart1") {
	n=window.open('how_it_works/bubblechart1.html',"bubblechart1","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");
        }
	else if (name == "Restaurant_DM1") {
	n=window.open('how_it_works/Restaurant_DM1.html',"Restaurant_DM1","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=730,height=307,resizable=no,screenX=10,screenY=10,left=10,top=10");
   }
	else if (name == "Restaurant_S1") {
	n=window.open('how_it_works/Restaurant_S1.html',"Restaurant_S1","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=780,height=472,resizable=no,screenX=10,screenY=10,left=10,top=10");     
         }
	else if (name == "Restaurant_SC1") {
	n=window.open('how_it_works/Restaurant_SC1.html',"Restaurant_SC1","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
        }
	else if (name == "Restaurant_SC2") {
	n=window.open('how_it_works/Restaurant_SC2.html',"Restaurant_SC2","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
         }
	else if (name == "Restaurant_List1") {
	n=window.open('how_it_works/Restaurant_List1.html',"Restaurant_List1","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=350,resizable=no,screenX=10,screenY=10,left=10,top=10");     
        }
	else if (name == "Restaurant_Stat1") {
	n=window.open('how_it_works/Restaurant_Stat1.html',"Restaurant_Stat1","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
          }
	else if (name == "Restaurant_Stat2") {
	n=window.open('how_it_works/Restaurant_Stat2.html',"Restaurant_Stat2","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
         }
	else if (name == "Restaurant_CP1") {
	n=window.open('how_it_works/Restaurant_CP1.html',"Restaurant_CP1","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
        }
	else if (name == "Restaurant_CP_Bar1") {
	n=window.open('how_it_works/Restaurant_CP_Bar1.html',"Restaurant_CP_Bar1","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
         }
	else if (name == "Restaurant_Stat3") {
	n=window.open('how_it_works/Restaurant_Stat3.html',"Restaurant_Stat3","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
          }
	else if (name == "Restaurant_Stat4") {
	n=window.open('how_it_works/Restaurant_Stat4.html',"Restaurant_Stat4","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
         }
	else if (name == "Restaurant_CP2") {
	n=window.open('how_it_works/Restaurant_CP2.html',"Restaurant_CP2","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
        }
	else if (name == "Restaurant_CP_Bar2") {
	n=window.open('how_it_works/Restaurant_CP_Bar2.html',"Restaurant_CP_Bar3","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=420,resizable=no,screenX=10,screenY=10,left=10,top=10");     
        }
	else if (name == "Restaurant_List2") {
	n=window.open('how_it_works/Restaurant_List2.html',"Restaurant_List2","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=350,resizable=no,screenX=10,screenY=10,left=10,top=10");     
        }
	if ((window.focus) && (n != null)) {
	n.focus();
	}
}
