2011-08-09 22:40:58 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2011-08-14 08:29:12 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
|
var core = window.open("postal.core.html","core");
|
|
|
|
|
core.focus();
|
|
|
|
|
var wCapture = window.open("postal.withCapture.html","wCapture");
|
|
|
|
|
wCapture.focus();
|
|
|
|
|
var wReplay = window.open("postal.withReplay.html","wReplay");
|
|
|
|
|
wReplay.focus();
|
|
|
|
|
var wCaptureReplay = window.open("postal.withCapture_Replay.html","wCaptureReplay");
|
|
|
|
|
wCaptureReplay.focus();
|
|
|
|
|
|
|
|
|
|
</script>
|
2011-08-09 22:40:58 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2011-08-14 08:29:12 +00:00
|
|
|
|
2011-08-09 22:40:58 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|