	leftPos = 0
	if (screen) {
		leftPos = screen.width-750
		leftPos = leftPos/2
}

	function newWindow(infowin,wd,ht) {
		infoWindow = window.open(infowin,"infowin","width="+wd+",height="+ht+",left="+leftPos+",top=200,scrollbars=no")
		infoWindow.focus()
}

	function addbookmark() {
		bookmarkurl="http://www.steellinebuildings.com"
		bookmarktitle="SteelLine Buildings"
		if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
