//Contact
function OpenImage(url, name)
{ popupWin = window.open(url, name, 'width=600,height=500,resizable=no,location=no,directories=no,toolbar=no,scrollbars=no,left=100,top=100')
}

//Contact
function OpenService(url, name)
{ popupWin = window.open(url, name, 'width=780,height=600,resizable=yes,location=no,directories=no,toolbar=no,scrollbars=yes,left=10,top=10')
}

//Other web sites
function OpenOutsite(url, name)
{ popupWin = window.open(url, name, 'width=800,height=600,resizable=yes,location=yes,directories=yes,toolbar=yes,scrollbars=yes,left=200,top=100')
}

//Document
function OpenDoc(url, name)
{ popupWin = window.open(url, name, 'width=800,height=600,resizable=yes,location=no,directories=no,toolbar=no,scrollbars=yes,left=100,top=10')
}

//Info
function OpenInfo(url, name)
{ popupWin = window.open(url, name, 'resizable=yes,location=no,directories=no,toolbar=no,scrollbars=yes,left=100,top=10')
}

//Newsletter
function OpenNewsletter(url, name)
{ popupWin = window.open(url, name, 'width=740,height=600,resizable=yes,location=no,directories=no,toolbar=yes,scrollbars=yes,left=200,top=60')
}

//Pop up
function OpenPopup(url, name)
{ popupWin = window.open(url, name, 'width=740,height=600,resizable=no,location=no,directories=no,toolbar=yes,scrollbars=yes,left=200,top=100')
}

//Preview
function OpenPreview(url, name)
{ popupWin = window.open(url, name, 'width=780,height=600,resizable=no,location=no,directories=no,toolbar=yes,scrollbars=yes,left=200,top=100')
}

//Screenshot
function OpenScreenshot(url, name)
{ popupWin = window.open(url, name, 'width=600,height=520,resizable=no,location=no,directories=no,toolbar=no,scrollbars=no,left=200,top=100')
}

//Window
function OpenWindow(url, name)
{ popupWin = window.open(url, name, 'width=720,height=600,resizable=no,location=no,directories=no,toolbar=yes,scrollbars=yes,left=200,top=100')
}