Aquaman and the lost kingdom [dvd] RATED: MPA rating: PG-13; for sc
STARRING:
Jason Momoa, Patrick Wilson, Amber Heard, Yahya Abdul-Mateen II, Randall Park, Dolph Lundgren, Temuera Morrison, Martin Short, Nicole Kidman.
DIRECTED BY:
Wan, James
RUNNING TIME: 0
RELEASE DATE: 01/19/2024
Syndetic Solutions - Summary for UPC Number 883929773596
No Javascript!
function centerDiv(){
var popUpHeight=$('div.main_container').height();
var popUpWidth=$('div.main_container').width();
var yPos=(window.screen.availHeight/2)-(popUpHeight/2)-window.screenY-(window.outerHeight-window.innerHeight);
var xPos=(window.screen.availWidth/2)-(popUpWidth/2)-window.screenX-(window.outerWidth-window.innerWidth);
$('div.main_container').css({position:"absolute",top: yPos+"px",left: xPos+"px"});
}
function getUrlParameter(sParam)
{
var sPageURL = window.location.search.substring(1);
var sURLVariables = sPageURL.split('&');
for (var i = 0; i < sURLVariables.length; i++)
{
var sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] == sParam)
{
return sParameterName[1];
}
}
}
$(window).load(function() {
//get rid of border around 1 pixel no-image image
var img = document.getElementById('idximg');
var width = img.clientWidth;
var height = img.clientHeight;
if(width < 2 && height < 2) {
document.getElementById("idxbcover").style.borderWidth=0;
}
}
);
// $(document).ready(function(){
// mainht = $('div.main_container').height();
// mainwt = $('div.main_container').width();
// alert('wwidth ' + $(window).width() + ' wheight ' + $(window).height());
// alert('width ' + mainwt + ' height ' + mainht);
// alert('h: ' + $(window).height() +