<script>
function openWindow(data){
w = window.open('', '', 'width=1000,height=600');
w.document.write(data);
w.focus();
w.load();
}
</script>
<script>
function openWindow(data){
w = window.open('', '', 'width=1000,height=600');
w.document.write(data);
w.focus();
w.load();
}
</script>