window.open("www.google.com", "_parent")
will make the page open in the same window. so according to your code this should work :
winslide=window.open(slidelinks[whichlink], "_parent")
You have said u have tried, it, so from the code that u have provided i cant see what could be wrong, please provide the full html as well,