Code
<!-- This Script is from www.kinhdoanh.ucoz.com, Coded by: begobook-->
<script>
// Popup window code
function newWindow(url) {
popupWindow = window.open(
url,
'popUpWindow',
"height=500,width=450,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")
}
newWindow('http://www.kinhdoanh.ucoz.com');
</script>
<font face="Tahoma"><a target="_blank" href="http://www.kinhdoanh.ucoz.com/"><span style="font-size: 8pt; text-decoration: none">HTML Free Code</span></a></font>