Replace CAMERAIP with the Camera IP

=============================

<html>

<head>
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) {
var win = window.open(theURL,winName,features);
win.focus();
}
//-->
</script>

<script language="JavaScript">
<!--
function SubmitDirection(direct) {
parent.retframe.location.href='http://CAMERAIP/cgi-bin/camctrl.cgi?move=' + direct
}
function SubmitPreset(selObj) {
for (var i=0; i < selObj.options.length; i++)
if (selObj.options[i].selected)
break;
parent.retframe.location.href='http://CAMERAIP/cgi-bin/recall.cgi?cam=1&recall=' + selObj.options[i].text
}
//-->
</script>
</head>

 

<body>

 <script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAMCtrl\" WIDTH=362 HEIGHT=270");
document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write(" CODEBASE=\"http://CAMERAIP/plugin/h263ctrl.cab#version=2,0,0,2\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://CAMERAIP/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"http://CAMERAIP:SIF\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"http://CAMERAIP:841414218\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"http://CAMERAIP:8081\">");
document.write("<PARAM NAME=\"RemoteID\" VALUE=\"http://CAMERAIP:29116\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"false\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("</OBJECT>");
}
//-->
</script>
 

</body>

</html>