
function flickr() {
window.open( "wp-content/uploads/licencing/flickr.png", "myWindow", 
"status = 1, height = 300, width = 400, resizable = 0" )
}

function wikimedia() {
window.open( "wp-content/uploads/licencing/wikimedia.png", "myWindow", 
"status = 1, height = 300, width = 400, resizable = 0" )
}
function license(url) {
window.open(url, "myWindow", 
"status = 1, height = 320, width = 450, resizable = 0" )
}

