// JavaScript Document

/************************************************************
e-learning.js

e-learningページ遷移

************************************************************/

function PADIeLearning() {
accessWin = window.open('https://www.padi.com/elearning-scuba-registration/default.aspx?LanguageType=ja&CourseType=ow&CourseLang=ja&irra=33103','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes');
window.accessWin.focus();
}
