function displayWindow1(url, width, height) { var Win = window.open(url,"webdescription",'width=' + width + ',height=' + height + ',resizable=1,location=(ceneter,center),scrollbars=yes,menubar=no' ); };
var bookmarkurl="http://www.landarstudio.com/"
var bookmarktitle="-=[Web design, site templates, flash design and free templates - that's what we do!]=-"
function ccaddbookmark() {
	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
