function openNew()
{
window.open("contact.asp");
}
when i click on the image it does like i want and opens up another window with "contact.asp" in it, but it also changes the content of the current window to "contact.asp". how can i stop the latter from happening??
Bookmarks