// JavaScript Document

function editSpecial() {
	var window_check = window.open('http://www.shinefaceandbody.com.au/editspecial.php', 'myWindow', 'status=0, location=0, toolbar=0, menubar=0, directories=0, resizable=0, scrollbars=0, height=300, width=500');
	if (!window_check) {
		alert('You need to enable popups in order to open the \'Edit Special\' box. Please check your browser settings or disable your ad-blocker or popup-blocker.');
	}
}

function editVoucherText() {
	var window_check = window.open('http://www.shinefaceandbody.com.au/editvouchertext.php', 'myWindow', 'status=0, location=0, toolbar=0, menubar=0, directories=0, resizable=0, scrollbars=0, height=300, width=500');
	if (!window_check) {
		alert('You need to enable popups in order to open the \'Edit Voucher Page Text\' box. Please check your browser settings or disable your ad-blocker or popup-blocker.');
	}
}

function newItem(id) {
	if (id == 7) {
		height = '580';
	} else {
		height = '480';
	}
	var window_check = window.open('http://www.shinefaceandbody.com.au/additem.php?page=' + id, 'myWindow', 'status=0, location=0, toolbar=0, menubar=0, directories=0, resizable=0, scrollbars=0, height=' + height + ', width=500');
	if (!window_check) {
		alert('You need to enable popups in order to open the \'Add Item\' box. Please check your browser settings or disable your ad-blocker or popup-blocker.');
	}
}

function editItem(id) {
	var window_check = window.open('http://www.shinefaceandbody.com.au/edititem.php?id=' + id, 'myWindow', 'status=0, location=0, toolbar=0, menubar=0, directories=0, resizable=0, scrollbars=0, height=580, width=500');
	if (!window_check) {
		alert('You need to enable popups in order to open the \'Add Item\' box. Please check your browser settings or disable your ad-blocker or popup-blocker.');
	}
}

function deleteItem(id, return_url) {
	document.location.href = 'http://www.shinefaceandbody.com.au/deleteitem.php?id=' + id + '&return=' + return_url;
}

function moveUp(id, return_url) {
	document.location.href = 'http://www.shinefaceandbody.com.au/moveup.php?id=' + id + '&return=' + return_url;
}

function moveDown(id, return_url) {
	document.location.href = 'http://www.shinefaceandbody.com.au/movedown.php?id=' + id + '&return=' + return_url;
}