i think you should put an +18 next to your site link. youngins do come to this site as well.
anyways. would you care to expand on what you mean?
if you mean open up a new window, then i would just use javascript.. something like this.
<script language="javascript">
<!--Begin
function popup1(URL) {
mywindow = window.open(URL, "newwin", 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=750,height=550,top=150,left=150');
}
// End -->
</script>
<a href="javascript:popup1('http://somesite.com/page.htm')">popup1</a>
but if you mean open the persons accual download window from there operating system, just link to the file....