﻿window.onload = initPopups;

function initPopups() {
	document.getElementById('beforeafter').onclick = function () {
		pWindow = window.open('beforeafter.html', "", "height=337px, width=557px, scrollbars", false);
		return false;
		}
	document.getElementById('hygiene').onclick = function () {
		pWindow = window.open('hygiene.html', "", "height=400px, width=557px, scrollbars", false);
		return false;
		}
	document.getElementById('emergency').onclick = function () {
		pWindow = window.open('emergency.html', "", "height=270px, width=540px, scrollbars", false);
		return false;
		}
	document.getElementById('common').onclick = function () {
		pWindow = window.open('common.html', "", "height=270px, width=557px, scrollbars", false);
		return false;
		}
	document.getElementById('braces').onclick = function () {
		pWindow = window.open('braces.html', "", "height=337px, width=540px, scrollbars", false);
		return false;
		}
}
