function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function zoom(img)
{
	MM_openBrWindow('/bin/zoom.php?img='+img,'viehbacherzoom','width=450,height=450');
}

function versandpopup()
{
	MM_openBrWindow('/versand.htm?popup=1','versandkosten','width=450,height=450,resizable=yes,scrollbars=yes');
	return false;
}


function phpcode2(token)
{
    var output = '';
    output += '<'+'?='+' lg(\''+token+'\')'+' ?'+'>\n';
    output += 'lg(\''+token+'\')\n';
    output += '<'+'?='+' lg(\''+token+'\',\'\',false)'+' ?'+'>\n';
    output += 'lg(\''+token+'\',\'\',false)\n';
    document.getElementById('phpcode').value = output;
}