// JavaScript Document

function fenster_link()
{
	window.open("buy.htm", "link", "width=460, height=400, left=420, top=250, scrollbars=yes");
}

function openWindow(width_, height_, url_)
{
	// "kalender.htm"
	window.open(url_, "kal", "width=" + width_ + ", height=" + height_ + ", left=220, top=50, scrollbars=yes");
}

