﻿function PADIeLearning() {
var accessWin = window.open('https://www.padi.com/padi/elearning/default.aspx?irra=35648','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes');
window.accessWin.focus();
}