<!--
function GoBack()
{
  history.go(-1);
}

function artina(url){
var newWindow
newWindow =
window.open(url,"","Height=430,width=265,screenX=100,screenY=100,resizeable")
}

function zinnbecker(url){
var newWindow
newWindow =
window.open(url,"","Height=430,width=265,screenX=100,screenY=100,resizeable")
}

function info(url){
var newWindow
newWindow =
window.open(url,"","Height=550,width=450,screenX=100,screenY=100,resizeable")
}

function allfonts(url){
var newWindow
newWindow =
window.open(url,"","Height=754,width=570,screenX=100,screenY=100,resizeable")
}

function wrapping(url){
var newWindow
newWindow =
window.open(url,"","Height=425,width=340,screenX=100,screenY=100,resizeable")
}

function colorfill(url){
var newWindow
newWindow =
window.open(url,"","Height=530,width=340,screenX=100,screenY=100,resizeable")
}

function struwwelpeter(url){
var newWindow
newWindow =
window.open(url,"","Height=650,width=500,screenX=100,screenY=100,resizeable")
}
function square(url)
{
  var newWindow
  var xMax
  var yMax
  var xOffset
  var yOffset
  xMax = screen.width
  yMax = screen.height
  xOffset = (xMax-270)/2;
  yOffset = (yMax-380)/2;
  newWindow = window.open(url,'','Height=300,width=170,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+',resizeable=yes,scrollbars=no,toolbar=no,status=no,directories=no,menubar=no,location=no');
  newWindow.focus();
}
//-->
