<input type="button" onMouseOver="callfunctionoftext()">
in head section after title
<script type="javascript">
function callfunctionoftext()
{
newwin=open("","This is new window","width=400, height=300, status=yes toolbar=yes")
newwin.document.write("This will be yiue=r msssg")
}
</script>
Jan 16, 2010