[jQuery] new to this

[jQuery] new to this


I am new to this and trying to put some code together for a project
for my boss. The long and short of it is that the timer for the mouse
over needs to be longer so that the pop up text lasts for 60 seconds.
I am not a coder and probably made a basic mistake. I have searched
Google but keep failing and need some help from experts. Thanks. The
bare bones of the code looks like this;
<SCRIPT>
if (!document.layers&&!document.all&&!document.getElementById)
event="test"
function showtip(current,e,text){
        window.status = text;
if (document.all||document.getElementById){
thetitle=text.split('
')
if (thetitle.length>1){
hetitles=''
for (i=0;i<thetitle.length;i++)
thetitles+=thetitle[i]
}
else
current.title=text
}
}
function hidetip(){
if (document.layers)
document.tooltip.visibility="hidden"
}
function () {
setTimeout(function() {
document.all("text");
}, 60000);
}
</SCRIPT>
</DIV><MAP
name=storesku><AREA
onMouseOver="showtip(this,event,'Help I cant code.')"
onmouseout=hidetip() shape=RECT coords=48,57,131,73 ><AREA
</MAP><IMG height=660
alt="" src="store sku spare_files/store sku.jpg" width=880
useMap=#storesku
border=0>