function BuildFrame(page)
{

var page = page

	document.write(
'<html>',
'<head>',
'<title>RTD Het Dorp</title>',
'<meta name="Keywords" content="RTD, Computer, Aanpassing, Aanpassingen, Omgevingsbesturing, Hulpmiddel, Hulpmiddelen, Domotica, Functionele beperking, M.S., Handicap, A.L.S., Revalidatietechniek, dwarslaesie, Revalidatie, Mobiliteit, Rolstoel, Rolstoelen, Communicatie">',
'<meta name="Description" content="RTD Het Dorp">',
'</head>',
'',
'<frameset cols="*,1020,*" border="0" frameborder="no">',
'	<frame name="frameLinkermarge" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize>',
'   	<frame name="frameSite" src="'+page+'" marginwidth="0" marginheight="0" scrolling="auto" frameborder="no" noresize>',
'	<frame name="frameRechtermarge" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize>',
'	<noframes><p>RTD Het Dorp</p></noframes>',
'</frameset>',
'',
'</html>'

	);
}

