Hey there hope someone can help me with this...

Here is what I am currently using to link to my asp page so as to not log my visitors out wen clicking on a Jpeg image...

<a onclick="return(visitargs('dept.asp','dept_id=3612 ','URL'));" href="dept.asp? dept_id=3612"><img src="assets/images/MomMatt_Meet_239w.jpg" alt="Mommie Matters"/></a>


Here is the getURL actionscript I am currently using in my new swf but it logs visitors out...

this.onRelease = function(){
getURL("http://www.pumpstation.com/pumpstation/dept.asp?dept%5Fid=3623","_parent");


How can I get to the page I want without fear of logging visitors out?

Thanks for the help.
Lee