/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function aufmachen() {
	var x = screen.availWidth/2 - 432;
	var y = screen.availHeight/2 - 324;
	var f = 'width=864,height=648,locationbar=no,statusbar=no,resizable=no,top='+y+',left='+x;
	var t = 'Portfolio';
	var u = 'stuff/portfolio.php';
	var w = open(u,t,f);
}
