I have a script where you can search for products in a database and when it shows the results I need the description of each of the items to open in a pop up window using javascript but the javascript code you need has to be put before the </head> tag
<script language="javascript">
//<!--
function popup()
{ window.open ("YourURLgoesHere.html","popup","width=400,height=400,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
thats the code so for each different descrition of the items it would need one of those , its quite hard to explain but any ideas? lol