function addprod(mysettings,width,height) {
    var window_top = (screen.height-height)/2;
    var window_left = (screen.width-width)/2;
	var mywindow = window.open('http://remote.dreamstore.ch/extorder/caddie_post.asp?'+mysettings+'','popcaddie','width='+width+',height='+height+',scrollbars=yes, top=' + window_top + ',left=' + window_left + '','');
    mywindow.focus();
}


function addprodif(mysettings) {
	window.location.href = 'http://remote.dreamstore.ch/extorder/caddie_post.asp?'+mysettings+''
}


function showcaddie(mysettings,width,height) {
    var window_top = (screen.height-height)/2;
    var window_left = (screen.width-width)/2;
	var mywindow = window.open('http://remote.dreamstore.ch/caddie.asp?'+mysettings+'','popcaddie','width='+width+',height='+height+',scrollbars=yes, top=' + window_top + ',left=' + window_left + '','');
    mywindow.focus();
}

function showcaddiefp(mysettings,width,height) {
    var window_top = (screen.height-height)/2;
    var window_left = (screen.width-width)/2;
	var mywindow = window.open('http://remote.dreamstore.ch/caddie_fp.asp?'+mysettings+'','popcaddie','width='+width+',height='+height+',scrollbars=yes, top=' + window_top + ',left=' + window_left + '','');
    mywindow.focus();
}

function showcaddieif(mysettings) {
	window.dsiframe.location.href = 'http://remote.dreamstore.ch/caddie.asp?'+mysettings+''
}

function popimg(myid) {
    var window_top = (screen.height-550)/2;
    var window_left = (screen.width-350)/2;
   	var mywindow = window.open('http://remote.dreamstore.ch/extorder/pop_pics.asp?prodid='+myid+'','popimg','width=350,height=550,top=' + window_top + ',left=' + window_left + ',scrollbars=yes');
    mywindow.focus();
}

function changeref()
{

}