Dan,
To clarify, this is my whole embeded script:
<script>
var win = "";
function shopcart(mypage,myname,w,h,features) {
if (!window.win) {
window.alert('loading for the first time');
if(screen.width){
var winl = (screen.width-w)/2;
var wint = (screen.height-h)/2;
}else{...