/*** (c)2007 despecial.com ***/

function contact(pt1, pt2) {
	window.location = "mailto:" + pt1 + "@" + pt2;
}

function collage() {
  var b = 624;
  var h = 416;
  var x = screen.width/2 - b/2;
  var y = screen.height/2 - h/2;
  fenster = window.open('collage.htm', "_blank", "width="+b+", height="+h+", left="+x+", top="+y+", scrollbars=no, resizable=no");
}

