
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - easyshop.js - */
// http://www.scs-ptc.com/portal_javascripts/easyshop.js?original=1
function easyShopZoomWindow(url,w,h){w=window.open(url,"Preview","height="+h+", width="+w+", screenX=500, screenY=150, scrollbars=yes, resizable=yes");w.focus()}
function myToggleSelect(){for(i=0;i<document.getElementsByName("paths:list").length;i++){var status=document.getElementsByName("paths:list")[i].checked;if(status==false){var new_status=true}
else{var new_status=false}
document.getElementsByName("paths:list")[i].checked=new_status}}

/* - oldscs.js - */
// http://www.scs-ptc.com/portal_javascripts/oldscs.js?original=1
function MitteFenster(dateiname,b,h){var eigenschaft,sbreite,shoehe,fenster;sbreite=screen.width;shoehe=screen.height;x=(sbreite-b)/2;y=(shoehe-h)/2;eigenschaften="left="+x+",top="+y+",screenX="+x+",screenY="+y+",width="+b+",height="+h+", scrollbars=no, menubar=no, toolbar=no, status=no";fenster=window.open(dateiname,"Titel",eigenschaften);fenster.focus()}
var x;
function fensterAuf(x,wid,hei){if(document.layers){wid=parseInt(wid)+2;hei=parseInt(hei)+2} else{wid=parseInt(wid)+20;hei=parseInt(hei)+38}
props='width='+wid+',height='+hei+',resizable=no';pictWin=window.open(x,"pict",props);if(pictWin.closed!=true){pictWin.resizeTo(wid,hei)}}

