// JavaScript Document

function micropop(theURL) {
window.open(theURL, '', 'menubar=no, toolbar=no, scrollbars=no, toolbar=no, width=300, height=300');
}
function sizepop(theURL) {
window.open(theURL, '', 'menubar=no, toolbar=no, scrollbars=no, toolbar=no, width=300, height=300');
}