function videoplayer(file, table, itemID){ 
	url = '/movieplayer.php?file=' + file + '&table=' + table + '&item=' + itemID + '';
	settings= 'width=510,height=440,left=20,top=20,scrollbars=no,toolbar=no,location=no';
	window.open(url,'APEXMovieplayer',settings);
}

function videoplayerManufacturing(file, table, itemID){ 
	url = '/movieplayer_manufacturing.php?file=' + file + '&table=' + table + '&item=' + itemID + '';
	settings= 'width=510,height=440,left=20,top=20,scrollbars=no,toolbar=no,location=no';
	window.open(url,'APEXMovieplayer',settings);
}