1<?xml version="1.0" encoding="utf-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <title>Sample Demos Description Manual</title> 8</head> 9<frameset cols="242,*"> 10 <frameset rows="30,*"> 11 <frame src="toc/button.html" frameborder="0" scrolling="no" marginwidth="2" marginheight="2" name="button" /> 12 <frame src="toc/contents_frame.html" frameborder="0" scrolling="auto" name="menu" /> 13 </frameset> 14 <frame src="toc/main.html" scrolling="auto" name="main" marginwidth="2" marginheight="2" /> 15 <noframes> 16 <body> 17 <p>To view this page, your browser must support frames.</p> 18 </body> 19 </noframes> 20</frameset> 21</html> 22