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