// JavaScript Document
function openMap(Url)
{
	open(Url, "NewWindow", "height = 450, width = 500, scrollbars = no")
}
function contact()
{
	open("http://www.ste-sidam.fr/contact.htm", "contact", "height = 158, width = 500, scrollbars = no")
}
function notice()
{
	open("http://www.ste-sidam.fr/notice.htm", "notice", "height = 400, width = 500, scrollbars = no")
}
function news()
{
	open("http://www.ste-sidam.fr/news.asp?loop=false", "news", "height = 250, width = 366, scrollbars = yes")
}
function newsall()
{
	open("http://www.ste-sidam.fr/news.asp?loop=false&show=all", "news", "height = 250, width = 366, scrollbars = yes")
}
function skpop()
{
	open("http://www.ste-sidam.fr/skpop.html", "news", "height = 300, width = 400, scrollbars = no")
}
function sellier(Url)
{
	open(Url, "news", "height = 647, width = 600, scrollbars = no")
}
function sellier2(Url)
{
	open(Url, "news", "height = 509, width = 600, scrollbars = no")
}