var x = 0;
var y = 0;
function MM_openBrWindow(theURL,winName,features) { //v2.0
 window.open(theURL,winName,features);
}
function PicSize(pic) { 
 var imgtag = document.getElementById(pic);
x = imgtag.width + 35 + 35;
if ( x <= 250 ) { x = 250 + 35; }
y = imgtag.height + 140;
window.resizeTo( x, y );
}
function changethispic(ids,pic) {
 document.getElementById(ids).src="http://www.vdbsrv.de/viomatrix/835/imgs/" + pic;
}