Your page looks like a mess, both visually and the source code, a total rewrite is in order.
parent.frames['menu'].window
from:
Code:
<body background="images/contenu/chaise.jpg" onLoad="parent.frames['menu'].window.location='menu5.htm';">
is null or not an object and there is no frame named 'menu' on the page and no parent page (that would be a frameset page containing this page), unless there is one you haven't mentioned. I'd get rid of the entire:
Code:
onLoad="parent.frames['menu'].window.location='menu5.htm';"
statement.
Also, the line (a little above the iframe):
HTML Code:
<div id="photos" class="tabcontent">
is causing a problem, get rid of it. Then the cmotion script will work but the page still looks like a mess.
Bookmarks